Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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": {
  "customFolderName": "true",
  "basePath": "./playground/src/app/"
}

The path should be relative to the package.json.

Demo