Skip to content

Jayvirrathi/nodejs-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Npm Package for nodejs microservice Repo Initial Setup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors