2.0.0 • Published 5 years ago

tank v2.0.0

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

Mustang Cli

Generate store and api by default template file

Getting Started

Install:

yarn add @mustang/cli -g
mustang

Config:

add to the package.json the following config:

"mustang": {
    "baseApiPath": "./src/api/",
    "baseStorePath": "./src/service/"
}

Note: The config path should be relative to the package.json.