Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.09 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.09 KB

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.