Socket
Book a DemoInstallSign in
Socket

@datorama/akita-cli

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datorama/akita-cli

Akita CLI

latest
Source
npmnpm
Version
6.1.1
Version published
Weekly downloads
4K
0.03%
Maintainers
5
Weekly downloads
 
Created
Source

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.

Demo

FAQs

Package last updated on 11 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts