0.0.4 • Published 5 years ago

@koy/cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@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