A try on building a package manager which a few friends and I built during a evening and didn't continue
| Commands | ||
| Informations | ||
| Lotus | ||
| proto@bba757fedf | ||
| ProtoHandler | ||
| .deepsource.toml | ||
| .gitignore | ||
| .gitmodules | ||
| CONCEPT.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| makefile | ||
| README.md | ||
Lotus-PM Client
General
Go verison: 1.19
External packages:
github.com/urface/cli/v2github.com/olekukonko/tablewritergithub.com/sirupsen/logrusgoogle.golang.org/grpcgoogle.golang.org/protobuf
Installation & Usage
Requirements
- Golang 19
Installation
- Pull the repository with
git clone https://github.com/lpn-group/lpm-cli.git - Go into the directory
- Use
go build
Usage
- Use
lpm-clito get all commands shown. Or take a look at Commands
Commands
| Command | Usage | Description |
|---|---|---|
search |
lpm-cli search <package> <filter> |
Searches packages on all registries with given filters |
| more | coming | soon |