1.0.4 • Published 4 years ago

create-react-app-antd v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

create-react-app-antd

A CLI to automatically clone the create-react-app-antd template.

Greatly inspired by create-express-api.

Installation

Install the CLI globally OR use npx:

# with npm
npm install -g create-react-app-antd

# with yarn
yarn global add create-react-app-antd

Usage

# with global install
create-react-app-antd <options> <app-name>
# with npx
npx create-react-app-antd <options> <app-name>
# with yarn
yarn create react-app-antd <options> <app-name>

# options
# -y|-yarn|--y|--yarn     Use yarn instead of npm.
# -h|-help|--h|--help     Display help message.

This will create a directory with the given name, clone the create-react-app-antd template repo into it, and install dependencies.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago