This project was bootstrapped with eask/cli.
- Write and design your package in
your-package.el - Install package dependences if any:
eask install-deps- Prepare for installation, package it: (it will create package to
distfolder)
eask package- Install the built package:
eask installYou would want to compile your elisp file to check if there are errors:
eask compileSimply executes the following:
eask clean allFor more options, see eask clean --help!
Linting is often optional but recommended to all elisp developers.
with checkdoc:
eask lint checkdocwith package-lint:
eask lint package # for package-lintFor more options, see eask lint --help!
Eask supports ERT , Buttercup , Ecukes, and more.
For more options, see eask test --help!
eask generate workflow githubeask generate workflow circle-ciFor more options, see eask generate workflow --help!
To learn Eask, check out the Eask documentation.