1.0.1 • Published 4 years ago

nodejs-microservice v1.0.1

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

nodejs-microservice

A CLI to automatically clone the Node Microservice API Starter with MongoDB.

Installation

Install the CLI globally OR use npx:

# with npm
npm install -g nodejs-microservice

# with yarn
yarn global add nodejs-microservice

Usage

# with global install
nodejs-microservice name-of-app  [-y|--yarn]
# with npx
npx nodejs-microservice name-of-app [-y|--yarn]
# with yarn create
yarn nodejs-microservice name-of-app [-y|--yarn]

This will create a directory with the given name, clone the Node Microservice API starter repo into it, and install dependencies.