https://github.com/themusecatcher/amazing-cli
🛠️ 自动化创建模板项目的脚手架工具
https://github.com/themusecatcher/amazing-cli
Last synced: 3 months ago
JSON representation
🛠️ 自动化创建模板项目的脚手架工具
- Host: GitHub
- URL: https://github.com/themusecatcher/amazing-cli
- Owner: themusecatcher
- Created: 2025-01-08T07:57:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T08:40:37.000Z (6 months ago)
- Last Synced: 2025-04-14T18:09:42.538Z (3 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazing Cli
## Install
```sh
pnpm add -g amazing-cli
# or
npm install -g amazing-cli
# or
yarn add amazing-cli -g
```## Usage
### Create a new Template project
```sh
amazing-cli create
# or
amazing-cli create
# or
amazing-cli create -t
```### Pull and merge remote template project into the current project branch
```sh
amazing-cli pull
# or
amazing-cli pull -c -t
```## Use Npx
### Create a new Template project
```sh
npx amazing-cli create
# or
npx amazing-cli create
# or
npx amazing-cli create -t
```### Example
```sh
npx amazing-cli create vue-project -template web-vue
```