index
:
beku
dev
main
Library and program to manage Go packages in user's environment.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
2022-02-01
all: remove the flag vendor
Shulhan
2022-01-30
all: replace beku_test in testdata with gitsubmodule
Shulhan
2018-09-11
Update documentation to match with current implementation
Shulhan
2018-07-03
Update CHANGELOG and README
Shulhan
2018-07-03
Remove govendor vendor tool
Shulhan
2018-06-06
Update readme and changelog
Shulhan
2018-06-05
Add option to disable installing dependencies
Shulhan
2018-06-04
[chore] Update README
Shulhan
2018-06-04
Add common option "-V, --vendor" to work with vendor directory
Shulhan
2018-06-04
Sync(): install missing dependencies
Shulhan
2018-05-30
Add option "--noconfirm" to by pass confirmation
Shulhan
2018-05-29
Add operation to exclude package from database
Shulhan
2018-05-27
Implement freeze operation
Shulhan
2018-05-27
README: add git v2.17.0 as known limitation
Shulhan
2018-05-27
Implement sync option to update all packages
Shulhan
2018-05-26
Change default database file name from "gopath.deps" to "beku.db"
Shulhan
2018-05-24
cmd/beku: refactoring parsing flags
Shulhan
2018-05-22
Implement option (-s,--recursive) to remove package with dependencies
Shulhan
2018-05-19
Add remove operation
Shulhan
2018-05-19
Implement package query operation.
Shulhan
2018-05-18
Add readme file
Shulhan