# dx-backend-cli

> vuenext-admin base project

Latest version **1.0.1** (published 2023-01-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install dx-backend-cli
pnpm add dx-backend-cli
yarn add dx-backend-cli
bun add dx-backend-cli
```

Provides the command `dx-backend-cli`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-01-01 |
| First published | 2022-12-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 4.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | frankye23 |
| Maintainers | yedaf98 |
| Keywords | node, vuenext, vue3, admin |

## Links

- npm: https://www.npmjs.com/package/dx-backend-cli
- npm.io page: https://npm.io/package/dx-backend-cli

## Dependencies (8)

- [ora](https://npm.io/package/ora.md) ^5.4.1
- [open](https://npm.io/package/open.md) ^8.2.1
- [chalk](https://npm.io/package/chalk.md) ^4.1.2
- [clear](https://npm.io/package/clear.md) ^0.1.0
- [figlet](https://npm.io/package/figlet.md) ^1.5.2
- [commander](https://npm.io/package/commander.md) ^8.1.0
- [handlebars](https://npm.io/package/handlebars.md) ^4.7.7
- [download-git-repo](https://npm.io/package/download-git-repo.md) ^3.0.2

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2023-01-01
- 1.0.0 — 2022-12-29

## README

# create-admin

## Description
Create a background template project with a single command.Just like vue-cli, you can use the global command to generate projects directly after installing it.

## Template
This script is relatively simple. The core of this script is to use the git clone command to pull code from another template project to generate a new project.It is also possible to pull the code after directly accessing the template project repository. The template project code address is as follows：
`
git clone https://github.com/frankye23/vue3-project-management.git
`

## Dependencies
* figlet
* util
* chalk
* clear
* fs
* ...

## Installation
```
$ npm install dx-backend-cli -g
```

## create project
```
$ dx-backend-cli init projectName(replace)
```

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