1.0.2 • Published 7 years ago

meitu-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

meitu-cli

meitu a simple CLI.

Installation

$ npm install -g meitu-cli

Get Started

$ meitu init <template-name> <project-name>

Example:

$ meitu init mapp hello

The above command pulls the template from fex/mapp(specify in configuration file), prompts for some information, and generates the project at ./hello/.

Usage

Usage: meitu <command>

  Commands:

    init|i     Initialize a new project
    list|l     List the configuration file
    add|a      Add template
    remove|r   Remove template

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago