# 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
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