0.0.1 • Published 6 years ago

xlui-cli v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

xlui

Xlui is a command line interface for xl ui developer. It can help you create new module now, and will add more features in the future.

install

npm i xlui -g

ui --help

	Usage: index [options] [command]

	Options:

	  -v, --version		output the version number
	  -h, --help		output usage information

	Commands:

	  new [module] 		generator new module

usage

mkdir demo
cd demo
ui -v
ui new [module]

More features are coming soon.