This project was bootstrapped with eask/cli.
- 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!
- Prepare to build, this step will install all dependenices before building ELPA:
eask install-deps
- Build archives:
eask run build
Regularly, you would want to use:
eask run update
This will commit your archives to git repository!
In the project directory, you can run:
Update ELPA archives without committing them.
Commit ELPA archives.
Update ELPA repository.
This is the combination of build
and commit
subcommands.
You can learn more in the github-elpa documentation.
To learn Eask, check out the Eask documentation.