Skip to content

🛠️ 自动化创建模板项目的脚手架工具

Notifications You must be signed in to change notification settings

themusecatcher/amazing-cli

Repository files navigation

Amazing Cli

Install

pnpm add -g amazing-cli
# or
npm install -g amazing-cli
# or
yarn add amazing-cli -g

Usage

Create a new Template project

amazing-cli create
# or
amazing-cli create <project-name>
# or
amazing-cli create <project-name> -t <template-name>

Pull and merge remote template project into the current project branch

amazing-cli pull
# or
amazing-cli pull -c <current-branch> -t <template-branch>

Use Npx

Create a new Template project

npx amazing-cli create
# or
npx amazing-cli create <project-name>
# or
npx amazing-cli create <project-name> -t <template-name>

Example

npx amazing-cli create vue-project -template web-vue

About

🛠️ 自动化创建模板项目的脚手架工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published