Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        







Build & Deploy


Coverage Status


NPM Downloads


Open in unpkg




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)