GitXplorerGitXplorer
t

ek

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6425e06d86e3a0656b200caa84f999b422a495b1

create a basic Makefile

ttonini committed 10 years ago
Unverified
31ea1cbc7a94fe5fa52b70a6ee062e52ade7342f

remove beta status

ttonini committed 10 years ago
Unverified
b3c997b7732d744ffabf139faa69038727806291

create different Cask file, depending on --test option

ttonini committed 10 years ago
Unverified
b3bbc5707e5fdece62336c745a1bbcf392886fe4

add LICENSE

ttonini committed 10 years ago
Unverified
279871438c0966167c42649c8c106212794e05ee

update README

ttonini committed 10 years ago
Unverified
0bb8a5f8ec94eb738336b904dd453e096dbdae65

update binary

ttonini committed 10 years ago

README

The README file for this repository.

ek

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.

Installation

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

Usage

ek

Contributing

Contributions are very welcome!

  1. Fork ek
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Send me a pull-request for your topic branch
  5. That's it!

License

Copyright © 2015 Samuel Tonini and contributors.

See LICENSE for details.