Skip to content

yi-cli/yi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yi-cli

A simple CLI for scaffolding projects.

Installation ➡ Document ✈

Prerequisites: nodenpmgit

$ npm install -g yi-cli

appliance

$ yi <template-name> <project-name>

example:

$ yi vue-simple project-test

The above command pull the template from yi-cli/vue-simple, prompts for some information, and generates the project at ./project-test/.

My Templates

It's all my work in peacetime some of the templates are often used, These include vuereact multi page and single page and so on. you can check project templates yi-templates-organization. For Example yi vue-simple test

Current available templates include:

Vue Templates

You can use yi-cli generate vue official templates. you can check all official project templates vuejs-templates organization you will run yi <template-name> <project-name>. For Example yi vuejs-templates/webpack project-name

Current available templates include:

License

MIT

Releases

No releases published

Packages

No packages published