Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.2 KB

migi-cli

A simple CLI tool to create a new project based on a template.

Usage

Install migi-cli globally:

$ npm i @w2xi/migi-cli -g

Create an app interactively:

$ migi create <project-name>

or specify a template with --template <available-template>

$ migi create <project-name> --template <available-template>

List available templates:

$ migi list

  Migi available templates:

  nm - A template for creating a npm module
  vue-erciyuan-admin - A template designed for those who love anime, based on Vue3 + Vite + UnoCSS

Available Templates

  • nm: nm - A template for creating a npm module
  • vue-erciyuan-admin: A template designed for those who love anime, based on Vue3 + Vite + UnoCSS

Options

$ migi -h
Usage: migi <command> [options]

Migi CLI

Options:
  -V, --version          output the version number
  -h, --help             display help for command

Commands:
  list                   list available templates
  create <project-name>  create a new project
  help [command]         display help for command

License

MIT