1.0.3 • Published 6 years ago

cx-react-starterkit v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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 [模板名]

命令行