A try on building a package manager which a few friends and I built during a evening and didn't continue
This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2022-08-27 19:08:57 +02:00
Commands fix(Compile): Fixed error "<module> is not in GOROOT" 2022-08-27 19:08:57 +02:00
Informations Changed Directory name of informations 2021-10-30 18:29:55 +02:00
Lotus Updated Config Handler 2021-11-20 15:40:24 +01:00
proto@bba757fedf Updated submodule proto 2022-08-27 18:59:27 +02:00
ProtoHandler fix(Compile): Fixed error "<module> is not in GOROOT" 2022-08-27 19:08:57 +02:00
.deepsource.toml Update .deepsource.toml 2022-08-19 04:14:50 +00:00
.gitignore refactor(gitignore): Added another binary to gitignore 2022-08-27 12:47:37 +02:00
.gitmodules removed logging module 2021-11-06 20:55:49 +01:00
CONCEPT.md Updated Concept 2021-11-09 10:41:17 +01:00
go.mod fix(Compile): Fixed error "<module> is not in GOROOT" 2022-08-27 19:08:57 +02:00
go.sum Added a cool table module 2021-11-07 21:46:15 +01:00
LICENSE Initial commit 2021-10-30 15:15:18 +02:00
main.go style(Main.go): Removed whitespaces 2022-08-27 12:48:01 +02:00
makefile refactor(Makefile): Added makefile 2022-08-27 12:47:46 +02:00
README.md refactor(Go): Update to Go 1.19 2022-08-27 18:50:23 +02:00

Lotus-PM Client


General

Go verison: 1.19

External packages:

  • github.com/urface/cli/v2
  • github.com/olekukonko/tablewriter
  • github.com/sirupsen/logrus
  • google.golang.org/grpc
  • google.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-cli to 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