GitXplorerGitXplorer
t

ek

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6be7c308d173756c6d42c21e723e0fd70c92fb21

wrong indentation

ttonini committed 10 years ago
Unverified
c3157c4ff758c377a236a45836fe3ef811caa5d0

remove needless blank line

ttonini committed 10 years ago
Unverified
42c51433659d98381e572488f40db20e9fd29f91

update used elixir version

ttonini committed 10 years ago
Unverified
b1687d652e23b2a7c38f8fe2a812a7e4dc544656

show tree of directory in screenshot

ttonini committed 10 years ago
Unverified
478fac51bf8573c09b7cf06823f036d425f7fb94

update screenshot

ttonini committed 10 years ago
Unverified
b667064a2e6f82e7c5b052e75b121e2da0c9204c

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.