Skip to content

emacs-eask/template-elpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with eask/cli.

How to use?

  1. Add any recipes to “recipes” directory like:
(package-name :fecher github :repo "username/yourpackage.el")

P.S. See Recipe Format for more information about the recipe!

  1. Prepare to build, this step will install all dependenices before building ELPA:
eask install-deps
  1. Build archives:
eask run build

Regularly, you would want to use:

eask run update

This will commit your archives to git repository!

Available Scripts

In the project directory, you can run:

eask run build

Update ELPA archives without committing them.

eask run commit

Commit ELPA archives.

eask run update

Update ELPA repository.

This is the combination of build and commit subcommands.

Learn More

You can learn more in the github-elpa documentation.

To learn Eask, check out the Eask documentation.

About

Template ELPA for `eask create elpa`

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published