An open API service indexing awesome lists of open source software.

https://github.com/elves/pkgindex

Elvish package index.
https://github.com/elves/pkgindex

elvish package shell

Last synced: 3 months ago
JSON representation

Elvish package index.

Awesome Lists containing this project

README

          

# Elvish Package Index

This is the Elvish package index, a catalog of packages installable by the
Elvish package manager `epm`.

Each package is described by a file under the `pkg` directory of this
repository. Package names may contain slashes. For instance, the package
`elves/acme` is described by the file `pkg/elves/acme`.

One package corresponds to a Git URL.

The package description file should contain a JSON object containing the
following fields:

* `url`: A Git URL that can be used to clone the package.

* `description`: A description of the package.