Skip to content

jcs-emacs/jcs-elpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Emacs Packages System Built with

jcs-elpa

ELPA for jcs-emacs, using 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:

(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


Build Archive Install System Version Packages