Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@listenai/lisa

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@listenai/lisa

lisa is a cli toooool

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-37.5%
Maintainers
2
Weekly downloads
 
Created
Source

lisa

lisa is a cli toooool

  • Usage
  • Commands

Usage

$ npm install -g @listenai/lisa
$ lisa COMMAND
running command...
$ lisa (-v|--version|version)
@listenai/lisa/1.1.1 darwin-x64 node-v12.3.1
$ lisa --help [COMMAND]
USAGE
  $ lisa COMMAND
...

Commands

lisa build

固件开发项目编译打包

USAGE
  $ lisa build

OPTIONS
  -r, --release  打包release包

lisa create NAME

创建项目,例lisa create . -t @generate/base-lib

USAGE
  $ lisa create NAME

ARGUMENTS
  NAME  项目名称

OPTIONS
  -t, --template=template  (required) 生成器模板

lisa help [COMMAND]

display help for lisa

USAGE
  $ lisa help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lisa install [PKG]

安装依赖

USAGE
  $ lisa install [PKG]

ARGUMENTS
  PKG  资源包名,例:'nds-toolchain tool-cskburn',不填时默认安装csk项目中的依赖

OPTIONS
  -g, --global  全局安装依赖

lisa list

列出项目已安装的Modules

USAGE
  $ lisa list

lisa pipeline [ID]

USAGE
  $ lisa pipeline [ID]

ARGUMENTS
  ID  pipleLine id

OPTIONS
  -T, --table  表格展示所有可执行的pipeline
  --json       json展示所有可执行的pipeline

lisa search KEYWORD

根据关键字查找pkg

USAGE
  $ lisa search KEYWORD

ARGUMENTS
  KEYWORD  关键字,例:'tool'

OPTIONS
  -l, --list

lisa task

USAGE
  $ lisa task

OPTIONS
  -T, --table  表格展示所有可执行的task
  --json       json展示所有可执行的task

lisa uninstall [PKG]

移除依赖

USAGE
  $ lisa uninstall [PKG]

ARGUMENTS
  PKG  资源包名,例:'@tool/nds-toolchain @tool/cskburn'

OPTIONS
  -g, --global  全局安装依赖

lisa update

更新lisa到最新版本

USAGE
  $ lisa update

lisa view PKG [VERSIONS]

查看pkg可选版本号

USAGE
  $ lisa view PKG [VERSIONS]

OPTIONS
  -l, --list

Keywords

FAQs

Package last updated on 26 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc