amazing-cli

1.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i amazing-cli

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

15.9 kB

Total Files

5

Last publish

Collaborators

  • themusecatcher