项目作者: matthilde

项目描述 :
POSIX Shell Package Manager
高级语言: Shell
项目地址: git://github.com/matthilde/sea.git
创建时间: 2020-02-21T13:42:50Z
项目社区:https://github.com/matthilde/sea

开源协议:BSD 2-Clause "Simplified" License

下载


sea

sea is a package manager written in POSIX shell script for POSIX shell scripts.

The package manager is actually in heavy stage of development, it is highly recommended to not download it.

Installation

To install sea, just use the install script.

  1. $ git clone https://github.com/h34ting4ppliance/sea.git
  2. $ cd sea
  3. # ./install.sh

Managing packages

Install a package

From the repos

  1. sea i package

Remove a package

  1. sea r package

Query packages

Query all packages

  1. sea q

Query one package

  1. sea q package

Query packages based on a tag

  1. sea q -t "util"

Submit packages

  1. sea s package.tar.gz