0.0.4 • Published 5 months ago

cn-toolstest v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

cn-tools

cn-tools 是一个用于自动打包提交发布的工具 npm 库。它提供了一种简单而直观的命令行方式把开发项目打包到指定文件夹,只需简单配置就可使用

安装

npm add cn-tools -g

使用方式

新增发布项目配置

gup install <项目名称>

发布项目

// 选择发布项目
gup build

// 指定项目发布
gup build [项目名称]

查看项目配置

// 查看发布配置列表
gup list

// 查看指定项目配置
gup list [项目名称]

删除发布项目配置

gup uninstall <项目名称>
0.0.3

5 months ago

0.0.2

5 months ago

0.0.4

5 months ago

0.0.1

5 months ago