项目作者: antdpro

项目描述 :
Creates a antdp application using the command line.
高级语言: JavaScript
项目地址: git://github.com/antdpro/create-antdp.git
创建时间: 2021-09-08T16:37:26Z
项目社区:https://github.com/antdpro/create-antdp

开源协议:

下载











Build & Deploy


Coverage Status


NPM Downloads


Open in unpkg




Creates a antdp application using the command line.

Usage

  1. # npm 6.x
  2. $ npm init antdp my-app --example antdp-base
  3. # npm 7+, extra double-dash is needed:
  4. $ npm init antdp my-app -- --example antdp-base
  5. $ yarn create antdp [appName]
  6. # or npm
  7. $ npm create antdp my-app
  8. # or npx
  9. $ 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/

  1. Usage: create-antdp <app-name> [options] [--help|h]
  2. Options:
  3. --version, -v Show version number
  4. --help, -h Displays help information.
  5. --output, -o Output directory.
  6. --example, -e Example from: http://antdpro.github.io/antdp/, default: "antdp-base"
  7. --path, -p Specify the download target git address.
  8. default: "http://antdpro.github.io/antdp/"
  9. Example:
  10. yarn create antdp appName
  11. npx create-antdp my-app
  12. npm create antdp my-app
  13. npm create antdp my-app -f
  14. npm create antdp my-app -p https://antdpro.github.io/antdp/zip/
  15. Copyright 2021

License

MIT © Kenny Wong