Skip to content

Commit

Permalink
init version
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3n committed Jul 6, 2022
1 parent 91868da commit 774bcce
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 69 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@

- `cd cli && go build -o bima`

- `./bima -h`
- `sudo mv bima /usr/local/bin/bima`

## Usage

- `bima dump` to generate dic codes

- `bima module add <name>` to add new module

- `bima module remove <name>` to remove module

- `bima version` to show framework and cli version
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ tasks:
update:
cmds:
- go get -u

4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bimalabs/cli
go 1.16

require (
github.com/bimalabs/framework/v4 v4.0.4
github.com/bimalabs/framework/v4 v4.0.5
github.com/fatih/color v1.13.0
github.com/gertd/go-pluralize v0.2.1
github.com/goccy/go-json v0.9.8 // indirect
Expand All @@ -18,9 +18,7 @@ require (
)

require (
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/urfave/cli/v2 v2.10.3
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/tools v0.1.11 // indirect
gorm.io/driver/postgres v1.3.8 // indirect
)
Loading

0 comments on commit 774bcce

Please sign in to comment.