https://github.com/jayvirrathi/nodejs-microservice
Npm Package for nodejs microservice Repo Initial Setup
https://github.com/jayvirrathi/nodejs-microservice
express microservice mongodb nodejs
Last synced: 3 months ago
JSON representation
Npm Package for nodejs microservice Repo Initial Setup
- Host: GitHub
- URL: https://github.com/jayvirrathi/nodejs-microservice
- Owner: Jayvirrathi
- License: mit
- Created: 2020-08-15T08:44:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T18:26:25.000Z (over 5 years ago)
- Last Synced: 2025-09-09T01:25:26.188Z (7 months ago)
- Topics: express, microservice, mongodb, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nodejs-microservice
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-microservice
A CLI to automatically clone the [Node Microservice API Starter](https://github.com/Jayvirrathi/microservices.git) with MongoDB.
## Installation
Install the CLI globally OR use npx:
```sh
# with npm
npm install -g nodejs-microservice
# with yarn
yarn global add nodejs-microservice
```
## Usage
```sh
# 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](https://github.com/Jayvirrathi/microservices.git) repo into it, and install dependencies.