tank
v2.0.0
Published
mustang cli
Downloads
21
Readme
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
.