2.3.2 • Published 5 years ago
@juyren/library-cli v2.3.2
工具库开发脚手架
用法
- 使用 npx 安装
npx @juyren/library-cli <projectName> --template <javascript || typescript>- 使用全局安装
npm install @juyren/library-cli -g
library-cli <projectName> --template <javascript || typescript>选项
| template | |
|---|---|
| javascript | 基于 js 开发 |
| typescript | 基于 ts 开发 |