Skip to content

perweij/mirror-elpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create a local copy of Emacs Lisp Package Archives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published