@koy/cli
v0.0.4
Published
A command line interface for building wonderful koy app.
Downloads
20
Readme
@koy/cli
A command line interface for building wonderful koy app.
The current version(v0.0.3) is experimental.
Usage
I just weite two simple and useful command -- list and create.
list
You can use list for lokking up available templates currently.
koy list
create
You may use it mostly for createing a new app.
koy create webpack my-app
Help
You can -h or --help option for looking up some help message, like this:
koy -h
koy list -h
koy create -h