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
dist
folder)
eask package
- Install the built package:
eask install
You would want to compile your elisp file to check if there are errors:
eask compile
Simply executes the following:
eask clean all
For more options, see eask clean --help
!
Linting is often optional but recommended to all elisp developers.
with checkodc
:
eask lint checkodc
with package-lint
:
eask lint package # for pacakge-lint
For more options, see eask lint --help
!
Eask supports ERT , Buttercup , Ecukes, and more.
For more options, see eask test --help
!
eask generate workflow github
eask generate workflow circle-ci
For more options, see eask generate workflow --help
!
To learn Eask, check out the Eask documentation.