0.1.3 • Published 6 years ago

hik-cli v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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