mirror-elpa
1 Changes
- 2017-05-04: Version 0.1 - initial version
| Status: | Works |
| Location: | https://github.com/perweij/mirror-elpa |
2 Description
This GNU Emacs package can be used to mirror remote GNU Emacs Lisp Package Archives.
This is especially useful for creating offline repositories, for use without an Internet connection.
3 Install
Save mirror-elpa.el in one of your load-path directories.
I have only tested this with GNU Emacs version 25.
4 Usage
Here is an example of how to run the program to mirror the Marmalade repositorium.
emacs -Q --batch -l package.el -l ./mirror-elpa.el --eval='(progn (push (quote ("marmalade" . "http://marmalade-repo.org/packages/")) package-archives)(mirror-elpa "~/your-mirror-root"))'
5 Related work
- elpa-mirror - a package used to mirror the packages you have already installed.
- elpa-mirror Scala - a Scala program to mirror files.