0.0.3 • Published 2 years ago

@bear-beep/bear-cli v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

bear cli

Usage

// 发布到私有npm上(暂未发布)
npm install @bear/cli -g
bear create <project-name>
// 未发布到私有npm上
// 直接下载zip文件到本地
cd bear-cli
npm link
bear-local create <project-name>

Commander

// 本地使用和编译后使用
bear <commander> <options> // 编译后使用
bear-loacl <commander> <options> // 本地使用TS
// 现有命令行
bear create <project-name> // 创建项目模版