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.0.5
  • 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.0.5 darwin-x64 node-v12.3.1
$ lisa --help [COMMAND]
USAGE
  $ lisa COMMAND
...

Commands

lisa build

固件开发项目编译打包

USAGE
  $ lisa build

OPTIONS
  -r, --release  打包release包

lisa flash [FILEPATH]

烧录程序

USAGE
  $ lisa flash [FILEPATH]

ARGUMENTS
  FILEPATH  烧录的lpk包绝对路径,非必填,默认烧录csk开发项目package后的lpk包

OPTIONS
  -p, --part=part  选择烧录part文件,例:'-p master -p script',默认全部烧录

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 new [NAME]

新建项目

USAGE
  $ lisa new [NAME]

ARGUMENTS
  NAME  项目名称

OPTIONS
  -f, --firmware=firmware  【芯片型号】@【固件版本】,例: 'source-csk4002@3.0.2'
  -h, --hardware=hardware  [default: ls-kit] 版型模板,例: 'ls-kit',默认值为 'ls-kit'

lisa search KEYWORD

根据关键字查找pkg

USAGE
  $ lisa search KEYWORD

ARGUMENTS
  KEYWORD  关键字,例:'tool'

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]

Keywords

FAQs

Package last updated on 07 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