0.1.3 • Published 7 years ago
hik-cli v0.1.3
hik-cli
Business system building tools
Getting Started
# Install
$ npm install hik-cli -g
# Create app
$ cd app
$ hik init | hik init --install
$ npm installCommands
We have 2 commands: init and generate(alias g).
hik init options
Create app with new directory.
Usage Examples
$ hik init
$ hik init --installoptions
--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