Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/epkg
A basic website for browse Emacs packages
https://github.com/xuchunyang/epkg
emacs
Last synced: 3 months ago
JSON representation
A basic website for browse Emacs packages
- Host: GitHub
- URL: https://github.com/xuchunyang/epkg
- Owner: xuchunyang
- Created: 2020-08-18T19:43:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T00:31:17.000Z (4 months ago)
- Last Synced: 2024-09-15T07:14:22.995Z (4 months ago)
- Topics: emacs
- Language: JavaScript
- Homepage: https://epkg.vercel.app
- Size: 230 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A basic website for browse Emacs packages
These packages data is provided by the Emacsmirror package database:https://github.com/emacsmirror/epkgs
https://epkg.vercel.app/
![screen shot of the homepage](homepage.png)
https://epkg.vercel.app/ag/
![screen shot of the ag package](ag.png)
## Build
The website is a static site.
- To build it, type `make`
- To preview it, type `cd public && python3 -m http.server`