@akshaysingla90/my-app-cli

A CLI to scaffold an Node.js application

Usage no npm install needed!

<script type="module">
  import akshaysingla90MyAppCli from 'https://cdn.skypack.dev/@akshaysingla90/my-app-cli';
</script>

README

🏗 Personal CLI to scaffold new Node.js projects

Installation & Usage

  1. Install the package as global
npm install -g @akshaysingla90/my-app-cli
  1. Create your project
create-my-app <project-name>

Additional options:

-g, --git <Boolean>      Initialize a git repository         
-y, --yes <Boolean>      To skip prompts

What it does

  1. Create the folder for the new project
  2. Guide you through a questionnaire to setup the project
  3. Initialize a git repository
  4. Generate the license file
  5. Generate the .gitignore file

License

MIT

Collaborators