🚀
node-kickstart Node-kickstart is a cli-tool to create boilerplate and basic setup to kickstart your NodeJS App.
Usage
$ npx node-kickstart <project-directory-path> --name <project-name>
Example
npx node-kickstart ../test --name test
Getting Started
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.
Prerequisites
What things you need to install the software and how to install them
NodeJS >= 12.0.0
Installing
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
Built With
- meow - CLI args helper
Authors
- Dhroov Gupta - Owner - Github
License
This project is licensed under the MIT License - see the LICENSE.md file for details