Skip to content
forked from yeild/my-cli

Auto generate project template

Notifications You must be signed in to change notification settings

yangxialei/my-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-cli npm package

A tool that can auto-generate the project template.

How to use

Install this tool by npm:

$ npm install my-cli -g

Create your porject directory, and use "my-cli" command:

$ mkdir my-project && cd my-project
$ my-cli

This tool will help building your project structure like the GIF below.

0.2.0 update

Now you can use args to help add your library.

$ my-cli -j -s -v -b

-j: add jQuery to your project.

-s: add Swiper to your project.

-v: add Vue to your project

-b: add Bootstrap to your project.

About

Auto generate project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.8%
  • HTML 19.5%
  • CSS 13.7%