@datorama/akita-cli
v6.1.1
Published
Akita CLI
Downloads
4,289
Maintainers
Keywords
Readme
Akita cli
Getting Started
Install it via npm:
npm install @datorama/akita-cli -g
akita
Base Path:
By default, the prompt is set to the current directory.
To change it, add to the root package.json
the following config:
"akitaCli": {
"idKey": "_id", //default is id
"customFolderName": "true",
"template": "js|angular|ts", // default is js
"basePath": "./playground/src/app/"
}
The path should be relative to the package.json
.