Node-kickstart is a cli-tool to create boilerplate and basic setup to kickstart your NodeJS App.
$ npx node-kickstart <project-directory-path> --name <project-name>
npx node-kickstart ../test --name test
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
NodeJS >= 12.0.0
A step by step series of examples that tell you how to get a development env running
Install Dependencies
npm install
Run the command to fire up the tool
node-kickstart ./test --name test
- meow - CLI args helper
- Dhroov Gupta - Owner - Github
This project is licensed under the MIT License - see the LICENSE.md file for details