Skip to content

Commit

Permalink
doc: Update README.mg
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 6, 2021
1 parent ed2a18e commit f11bc7a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,16 @@ Below is a help of commands you might find useful. The example download is from
Usage: create-antdp <app-name> [options] [--help|h]

Options:
--version, -v Show version number
--help, -h Displays help information.
--output, -o Output directory.
--example, -e Example from: https://antdpro.github.io/antdp/zip/ , default: "antdp-base"
--force, -f Overwrite target directory if it exists. default: false
--path, -p Specify the download target git address. default: "https://antdpro.github.io/antdp/zip/"

--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
Expand Down

0 comments on commit f11bc7a

Please sign in to comment.