2.0.0 • Published 6 years ago
tank v2.0.0
Mustang Cli
Generate store and api by default template fileGetting Started
Install:
yarn add @mustang/cli -g
mustangConfig:
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.