dragon-editor-cli
v1.0.0
Published
*辅助编辑器h5模版开发*
Downloads
1
Readme
编辑器Cli
辅助编辑器h5模版开发
常用命令
组件新建、删除
$ editor component create -n 组件名
$ editor component delete -n 组件名
组件输出入口文件
$ editor generate
模版检查、上传
$ editor template check
$ editor template upload -e 环境变量
本地开发
node version at least v18
$ yarn // npm install
软链
/path 当前项目所在的完整路径
$ sudo ln -s /path/editor-cli/bin/index.js /usr/local/bin/editor
如果遇到权限问题
$ chmod +x /path/editor-cli/bin/index.js