wm-project-cli
v1.0.1
Published
A simple CLI for creating your project
Downloads
4
Readme
wm-project-cli
A simple CLI for creating your project.
Installation
npm install wm-project-cli -g
Usage
Open your terminal and type wm
or wm -h
, you'll see the help infomation below:
Usage: wm <command>
Commands:
add Add a new template
delete Delete a template
list List all the templates
init Generate a new project
Options:
-h, --help output usage information
-V, --version output the version number
Note that if you are using
MacOS
,sudo
was required while using commandsadd
anddelete
.
License
MIT.