1.2.1 • Published 4 years ago

generator-dsx-misvc v1.2.1

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

generator-dsx-misvc

npm version

This package provides a DSX's generator to create your microservice.

Usage

Install Yeoman

# install yeoman globally
npm i -g yo

Install the generator

Option1: Install from Yeoman

npm install -g generator-dsx-misvc

Option2: Install in local environment

# if you can't run yeoman, please try this:
export PATH=/usr/local/bin:$PATH
# step into the folder
cd generator-dsx-misvc
# install dependencies
npm install
# symlink to a local one
npm link

Create your own microservice

# go to the folder
cd uberbot/components
# run generator directly
yo dsx-misvc <service-name> [options]
# help hints
yo dsx-misvc -h