https://github.com/jcs-emacs/jcs-elpa
ELPA for jcs-emacs, using github-elpa
https://github.com/jcs-emacs/jcs-elpa
elpa emacs jcs jcs-emacs
Last synced: about 1 month ago
JSON representation
ELPA for jcs-emacs, using github-elpa
- Host: GitHub
- URL: https://github.com/jcs-emacs/jcs-elpa
- Owner: jcs-emacs
- License: other
- Created: 2021-11-23T16:32:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-10T15:11:35.000Z (about 1 month ago)
- Last Synced: 2025-05-10T16:23:54.750Z (about 1 month ago)
- Topics: elpa, emacs, jcs, jcs-emacs
- Language: Emacs Lisp
- Homepage: https://jcs-emacs.github.io/jcs-elpa/
- Size: 102 MB
- Stars: 22
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jcs-elpa
> ELPA for [jcs-emacs](https://github.com/jcs-emacs/jcs-emacs), using [github-elpa](https://github.com/10sr/github-elpa)## 🏆 Goals
- Prioritize using built-in code over third-party libraries (e.g., `dash.el`, `s.el`, `f.el`).
- Reuse third-party libraries when possible to reduce maintenance (consider ELPA as a single large project), but it's not strictly necessary.
- Accept package contributions, but they must demonstrate clear usefulness.
- Avoid reinventing the wheel—search for existing packages before developing a new one.
- Contribute to existing packages with similar functionality, unless the author declines contributions.
- Maintain your packages as much as you can, and ask for help if needed.## 🔨 How to use?
Add the following to your configuration:
```elisp
(add-to-list 'package-archives '( "jcs-elpa" . "https://jcs-emacs.github.io/jcs-elpa/packages/") t)
```Use priority if you don't want this archive overridden with other larger archives:
```elisp
(setq package-archive-priorities '(("melpa" . 5)
("jcs-elpa" . 0)))
```## 🛠️ Contribute
[](http://makeapullrequest.com)
[](https://www.paypal.me/jcs090218)
[](https://www.patreon.com/jcs090218)If you would like to contribute to this project, you may either clone and make pull
requests to this repository. Or you can clone the project and establish your own
branch of this tool. Any methods are welcome!## ⚜️ License
This work is licensed under the [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/) license.
[](https://creativecommons.org/licenses/by-nd/4.0/)
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)---
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/build.yml)
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/archive.yml)
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/install.yml)
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/system.yml)
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/version.yml)
[](https://github.com/jcs-emacs/jcs-elpa/actions/workflows/packages.yml)