0.2.2 • Published 3 years ago

wowo-cli v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

wowo-cli

Download and extract a git repository (GitHub, Bitbucket, GitLab) from node CLI.

See wowo for the API and issue tracker.

Install

Require Node.js and Git.

$ npm install wowo-cli -g

Usage

  Usage
    $ wow init <template-name> <project-directory>
    $ wow config get
    $ wow config set <k> <v>
    $ wow template <template-registry-url> <project-directory>

  Example
    $ wow -h
    $ wow config get
    $ wow config set type directRegistry
    $ wow init https://github.com/wujingacross/mobile-tpl-rc.git mobile-fe
    $ wow config set type users
    $ wow config set registry wujingacross
    $ wow init mobile-tpl-rc mobile-fe
    $ wow template https://github.com/wujingacross/mobile-tpl-rc.git mobile-fe
    $ wow choose project-directory

  Options
    -v --version        Output the version number
    -h, --help          Display help for command

License

MIT

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.4

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago