Skip to content

peritot/cra-antd-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ToDo

  • More templates: vue, angular etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published