README ¶
Bimalabs Cli
Install
-
Download latest release from
https://github.com/bimalabs/cli/tags
-
Extract and build using
go build -o bima
-
Move to your bin folder
sudo mv bima /usr/local/bin/bima
Command List
-
bima create app <name>
to create new application -
bima module add <name>
to add new module -
bima module remove <name>
to remove module -
bima dump
to generate dic codes -
bima update
to update framework and dependencies -
bima clean
to cleaning dependencies -
bima generate
to generating code from protobuff -
bima run
to running application -
bima build
to building application -
bima version
to show framework and cli version
TODO
-
Add command to generate
middleware
,route
,pagination adapter
anddriver
-
Direct output from skeleton (show)
Documentation ¶
There is no documentation for this package.