generator-dsx-misvc

1.2.1 • Public • Published

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

Dependencies (10)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i generator-dsx-misvc

    Weekly Downloads

    81

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    93.3 kB

    Total Files

    58

    Last publish

    Collaborators

    • liucaizhong