Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antdpro/create-antdp
Creates a antdp application using the command line.
https://github.com/antdpro/create-antdp
ant-design antdp antdpro cli command-line create npm react reactjs
Last synced: about 1 month ago
JSON representation
Creates a antdp application using the command line.
- Host: GitHub
- URL: https://github.com/antdpro/create-antdp
- Owner: antdpro
- Created: 2021-09-08T16:37:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:50:30.000Z (5 months ago)
- Last Synced: 2024-10-30T00:32:23.396Z (about 2 months ago)
- Topics: ant-design, antdp, antdpro, cli, command-line, create, npm, react, reactjs
- Language: TypeScript
- Homepage: https://antdpro.github.io/create-antdp
- Size: 249 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Creates a [`antdp`](https://github.com/antdpro/antdp) application using the command line.
## Usage
```shell
# npm 6.x
$ npm init antdp my-app --example antdp-base
# npm 7+, extra double-dash is needed:
$ npm init antdp my-app -- --example antdp-base$ yarn create antdp [appName]
# or npm
$ npm create antdp my-app
# or npx
$ npx create-antdp my-app
```## Command Help
Below is a help of commands you might find useful. The example download is from https://antdpro.github.io/antdp/zip/
```bash
Usage: create-antdp [options] [--help|h]Options:
--version, -v Show version number
--help, -h Displays help information.
--output, -o Output directory.
--example, -e Example from: http://antdpro.github.io/antdp/, default: "antdp-base"
--path, -p Specify the download target git address.
default: "http://antdpro.github.io/antdp/"Example:
yarn create antdp appName
npx create-antdp my-app
npm create antdp my-app
npm create antdp my-app -f
npm create antdp my-app -p https://antdpro.github.io/antdp/zip/Copyright 2021
```## License
[MIT © Kenny Wong](https://github.com/jaywcjlove)