1.0.8 • Published 6 years ago

ypweb-cli v1.0.8

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

ypweb-cli

A simple CLI for scaffold vue or react projects

Installation

Prerequisites: Node.js (>=6.0.0, 8.x preferred), npm version 3+ and Git.

$ npm install -g ypweb-cli

Usage

First, init config

$ ypweb config

It will create .ypwebrc at your home directory.

Other Usage

ypweb install  // install remote templates from https://github.com/<registry>
ypweb init     // generate a new project from a template
ypweb update   // update the installed template in /yout/root/path/.ypweb
ypweb search   // search the templates from your github organization/user
ypweb uninstall <installed template>  // uninstall a installed template in /yout/root/path/.ypweb
ypweb config set <k> <v>  // set key and value to your config file
ypweb config remove <k> // remove config  file
ypweb config get <k> // get config key from config file
ypweb config list    // list all config key and value
ypweb config help

Inspired by Project-next-cli