My personal emacs package creator.
There is no standart how to build an emacs package, and the idea behind ek
is definitly not to come up with something like that.
ek
is just my personal CLI tool for my daily emacs lisp hacking. There are conventions in the Emacs community how emacs packages are structured
and with ek
I try to get with these.
ek
uses Cask for package dependency and ert-runner for running tests in a handy way.
You need to have Erlang installed on your system to run the executable escript
ek
binary.
Just use the following wget
command to get ek
into your home bin directory. (~/bin/ek
)
$ wget -P ~/bin https://github.com/tonini/ek/raw/master/bin/ek && chmod +x ~/bin/ek
Contributions are very welcome!
- Fork ek
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Send me a pull-request for your topic branch
- That's it!
Copyright © 2015 Samuel Tonini and contributors.
See LICENSE for details.