generator-dsx-misvc
v1.2.1
Published
A generator for creating a dsx microservice
Downloads
2
Readme
generator-dsx-misvc
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