Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.45 KB

README.org

File metadata and controls

41 lines (29 loc) · 1.45 KB

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