README
hik-cli
Business system building tools
Getting Started
# Install
$ npm install hik-cli -g
# Create app
$ cd app
$ hik init | hik init --install
$ npm install
Commands
We have 2 commands: init and generate(alias g).
hik init [options]
Create app with new directory.
Usage Examples
$ hik init
$ hik init --install
options
--install-- npm run install after files created
hik generate module mymodule
generate(alias g)
Create module with new directory.
Usage Examples
$ hik g module mymodule
License
[MIT]