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.
lotus-package-manager/README.md
2022-08-27 18:50:23 +02:00

38 lines
1.2 KiB
Markdown

# 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)
------------------------------------------------------------------------------
## Commands
| Command | Usage | Description |
|:-----------------:|:----------------------------------------:|----------------------------------------------------------------------|
| ``search`` | ``lpm-cli search <package> <filter>`` | Searches packages on all registries with given filters |
| more | coming | soon