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
2021-11-20 19:41:48 +01:00
Commands Added a empty func to push command 2021-11-20 19:41:41 +01: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@613c8fe545 Removed own logging 2021-11-06 20:55:11 +01:00
ProtoHandler Moved some stuff fom the Handler to the ProtoWrapper 2021-11-20 15:39:24 +01:00
.gitignore Updated .gitignore 2021-11-07 21:16:23 +01: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 Added a cool table module 2021-11-07 21:46:15 +01: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 Renamed pull to install in main.go 2021-11-20 15:57:11 +01:00
README.md Updated README.md 2021-11-20 19:41:48 +01:00

Lotus-PM Client


General

Go verison: 1.17

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 17

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