1.0.3 • Published 2 years ago

node-kickstart v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Generic badge made-with-javascript GitHub license

node-kickstart :rocket:

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments