@thingspanel/cli

1.0.1 • Public • Published

ThingsPanel插件发布工具

安装

npm install @thingspanel/cli -g

插件所在目录加入配置文件

{
  "name": "pluginName",
  "version": "0.1.0",
  "secret": "your secret"
}

执行构建并上传

tp-pack -r ./ -i ./src/plugins/demo -s secret

# 参数说明
-r # (必选) 开发项目根目录
-i # (必选) 插件所在目录
-s # (可选) 如果不想再配置文件中写入 secret 可以用参数传入

Readme

Keywords

none

Package Sidebar

Install

npm i @thingspanel/cli

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

6.13 kB

Total Files

3

Last publish

Collaborators

  • thingspanel