cra-antd-cli
v1.0.1
Published
A CLI Tool for create a react app with antd, react route, react redux etc.
Downloads
2
Readme
Cra Antd CLI
A CLI Tool for create a react app with antd, react route, react redux etc.
Installation
# install global
$ npm install -g cra-antd-cli
Usage
# create
$ cra-antd-cli <command> [options]
Command create
# create
$ cra-antd-cli create [options] <project> [template]
# basic
$ cra-antd-cli create project
# create is default command
$ cra-antd-cli project
Command create options
-f, --force
, force overwrite exists project
# force overwrite
$ cra-antd-cli create -f project
Command help
# help
$ cra-antd-cli -h
$ cra-antd-cli -help
# command help
$ cra-antd-cli create --help