# create-antdp

> Creates a antdp application using the command line.

Latest version **1.0.9** (published 2023-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-antdp
pnpm add create-antdp
yarn add create-antdp
bun add create-antdp
```

Provides the command `create-antdp`.

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.9 |
| Published | 2023-05-06 |
| First published | 2021-09-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 11.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Kenny Wong |
| Maintainers | wcjiang |
| Keywords | dva, umi, ant-design, antd, antdp, tsbb, create-tsbb, react, redux, rematch, uiw, redux-saga, framework, frontend |

## Links

- npm: https://www.npmjs.com/package/create-antdp
- Repository: https://github.com/antdpro/create-antdp
- Homepage: https://antdpro.github.io/antdp
- Issues: https://github.com/antdpro/create-antdp/issues
- npm.io page: https://npm.io/package/create-antdp

## Dependencies (1)

- [create-kkt](https://npm.io/package/create-kkt.md) 3.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.9 (latest) — 2023-05-06
- 1.0.8 — 2023-04-24
- 1.0.7 — 2023-03-29
- 1.0.6 — 2021-11-19
- 1.0.5 — 2021-10-06
- 1.0.4 — 2021-09-14
- 1.0.3 — 2021-09-14
- 1.0.2 — 2021-09-11
- 1.0.1 — 2021-09-08
- 1.0.0 — 2021-09-08

## README

<p align="center">
  <a href="https://github.com/antdpro/antdp">
    <img width="200" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
  </a>
</p>
<!--rehype:style=min-height: 380px; display: flex; justify-content: center; align-items: center;-->

<p align="center">
  <a href="https://github.com/antdpro/create-antdp/actions/workflows/ci.yml">
    <img alt="Build & Deploy" src="https://github.com/antdpro/create-antdp/actions/workflows/ci.yml/badge.svg">
  </a>
  <a href="https://antdpro.github.io/create-antdp/lcov-report/">
    <img alt="Coverage Status" src="https://antdpro.github.io/create-antdp/badges.svg">
  </a>
  <a href="https://www.npmjs.com/package/create-antdp">
    <img alt="NPM Downloads" src="https://img.shields.io/npm/dm/create-antdp.svg?style=flat">
  </a>
  <a href="https://uiwjs.github.io/npm-unpkg/#/pkg/create-antdp/file/README.md">
    <img alt="Open in unpkg" src="https://img.shields.io/badge/Open%20in-unpkg-blue">
  </a>
  <a href="https://www.npmjs.com/package/create-antdp">
    <img src="https://img.shields.io/npm/v/create-antdp.svg">
  </a>
</p>

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 <app-name> [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)

---
_Source: https://npm.io/package/create-antdp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
