Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themusecatcher/amazing-cli
前端脚手架
https://github.com/themusecatcher/amazing-cli
Last synced: about 2 hours ago
JSON representation
前端脚手架
- Host: GitHub
- URL: https://github.com/themusecatcher/amazing-cli
- Owner: themusecatcher
- Created: 2023-10-08T07:22:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:06:39.000Z (about 1 year ago)
- Last Synced: 2024-11-07T04:19:05.390Z (about 2 months ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazing Cli
## Global Install
```bash
pnpm i -g amazing-cli
# or
npm install -g amazing-cli
# or
yarn add amazing-cli -g
```## Use
### Create project
```bash
amazing-cli create
```### Delete specified directory
```bash
amazing-cli delete
```### Pull the remote project into the current project branch
```bash
amazing-cli pull
```## Use Npx
### Create Project
```bash
npx amazing-cli create
# or
npx amazing-cli create [-t|--template]
```### Example
```bash
npx amazing-cli create vue-project -template template-project
```