@muffin-dev/app-initializerdeprecated

Tool for initializing a Node project, even if it's an app to deploy or a package to publish!

Usage no npm install needed!

<script type="module">
  import muffinDevAppInitializer from 'https://cdn.skypack.dev/@muffin-dev/app-initializer';
</script>

README

Muffin Dev for Node - App Initializer

The App Initializer is a very basic too for creating Node projects, even for app to deploy or packages to publish.

Animated example of App Initializer

It also setups configurations for several use cases:

  • Initialization of a Git repository
  • Prepare an app project for Heroku deployment
  • Prepare an app project for Surge deployment
  • Setup Typescript
  • Setup ES Lint

Note that these use cases match perfectly with my development process. Feel free to contact me for any additional action that can suit your needs! ;)

Installation & user guide

Install it globally using npm:

npm i -g @muffin-dev/app-initializer

Run it with the app-initializer command:

app-initializer

And then... just answer the questions!

Options

You can also pass the project path to the app-initializer command, so it will skip the first question:

app-initializer my-new-node-project