1.0.5 • Published 7 years ago

doit-cli v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

cx-react-starterkit

从零开发一个react脚手架工具

快速开始

使用 npm 或者 yarn 全局安装,或者直接使用 npx

$ npm install -g doit-cli
$ yarn global add doit-cli

使用命令创建模板项目

$ doit-cli init [模板名]

$ doit-cli list 查看可用模板

npm5.2+ 也可在不全局安装的情况下使用 npx 创建模板项目

$ npx doit-cli init [模板名]

命令行