# create-antdp **Repository Path**: antdpro/create-antdp ## Basic Information - **Project Name**: create-antdp - **Description**: 使用命令行创建 antdp 应用程序。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-30 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Build & Deploy

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: 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/" Example: npx create-antdp my-app yarn create antdp appName 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)