euler-cli
v1.0.0
Published
A simple CLI for creating your project.
Downloads
1
Readme
euler-cli
A simple CLI for creating your project.
Installation
npm install euler-cli -g
Usage
Open your terminal and type xr
or xr -h
, you'll see the help infomation below:
Usage: euler <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.