Install it via npm:
npm install @datorama/akita-cli -g
akita
By default, the prompt is set to the current directory.
To change it, add to the root package.json
the following config:
"akitaCli": {
"customFolderName": "true",
"template": "js|angular|ts", // default is js
"basePath": "./playground/src/app/"
}
The path should be relative to the package.json
.