Akita CLI
npm install @datorama/akita-cliInstall it via npm:
``shell`
npm install @datorama/akita-cli -g
`shell`
akita
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`.!Demo