Skip to content

jxl-info/jcs-elpa

 
 

Repository files navigation

License Emacs Packages System Built with

jcs-elpa

ELPA for jcs-emacs, using github-elpa

Build ELD Archive Install

System Version Packages

🏆 Goals

  • Use built-in code over third-party library (dash.el, s.el, f.el, etc)
  • Reuse third-party libraries if possible to keep the maintenance (think of the entire ELPA is a one huge piece of software), but not required
  • Accept any packages, but they need to show some usefulness
  • Don't remake the wheel, try to search for existing packages before you create one
  • Contribute to existing packages that have similar features (unless the author refuses)
  • Keep up the package's maintenance if possible, and ask someone for help if you need to

🔨 How to use?

Add the following to your configuration:

(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:

(setq package-archive-priorities '(("melpa"    . 5)
                                   ("jcs-elpa" . 0)))

Contribute

PRs Welcome Donate on paypal Become a patron

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 license.

License: CC BY-NC-ND 4.0

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 84.0%
  • Makefile 8.8%
  • Shell 7.2%