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.
- Host: GitHub
- URL: https://github.com/elves/pkgindex
- Owner: elves
- Created: 2017-09-19T23:49:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T23:49:25.000Z (about 8 years ago)
- Last Synced: 2025-04-05T17:11:11.670Z (6 months ago)
- Topics: elvish, package, shell
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.