• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

alchemist-server/H30-Mar-2017-1,9691,574

doc/H03-May-2022-718503

images/H03-May-2022-

test/H30-Mar-2017-1,9551,235

.ert-runnerH A D30-Mar-201712 22

.gitignoreH A D30-Mar-2017115 1515

.projectileH A D30-Mar-201718 33

.travis.ymlH A D30-Mar-2017461 2221

CHANGELOG.mdH A D30-Mar-201721.2 KiB522368

CONTRIBUTING.mdH A D30-Mar-20173.7 KiB9969

CaskH A D30-Mar-2017237 1410

MakefileH A D30-Mar-20171.4 KiB6449

README.mdH A D30-Mar-20172.6 KiB7046

alchemist-company.elH A D30-Mar-20176 KiB153105

alchemist-compile.elH A D30-Mar-20172.8 KiB9042

alchemist-complete.elH A D30-Mar-20176.7 KiB148106

alchemist-eval.elH A D30-Mar-20178.4 KiB220158

alchemist-execute.elH A D30-Mar-20172.8 KiB9446

alchemist-file.elH A D30-Mar-20172 KiB5824

alchemist-goto.elH A D30-Mar-201713.1 KiB298225

alchemist-help.elH A D30-Mar-201710.9 KiB267208

alchemist-hex.elH A D30-Mar-201713.3 KiB303253

alchemist-hooks.elH A D30-Mar-20172.4 KiB7739

alchemist-iex.elH A D30-Mar-20178.7 KiB241176

alchemist-info.elH A D30-Mar-20173.3 KiB9654

alchemist-interact.elH A D30-Mar-20172 KiB6532

alchemist-key.elH A D30-Mar-20171.2 KiB419

alchemist-macroexpand.elH A D30-Mar-20176.1 KiB157105

alchemist-message.elH A D30-Mar-20171.8 KiB6124

alchemist-mix.elH A D30-Mar-20177.5 KiB218149

alchemist-phoenix.elH A D30-Mar-20174.9 KiB14691

alchemist-project.elH A D30-Mar-20179.1 KiB228169

alchemist-refcard.elH A D30-Mar-201712.8 KiB225176

alchemist-report.elH A D30-Mar-20176.9 KiB174127

alchemist-scope.elH A D30-Mar-20177.9 KiB209154

alchemist-server.elH A D30-Mar-20178.3 KiB216149

alchemist-test-mode.elH A D30-Mar-201714.6 KiB380282

alchemist-utils.elH A D30-Mar-20176.7 KiB165114

alchemist.elH A D30-Mar-201712 KiB294214

mkdocs.ymlH A D30-Mar-2017302 1111

README.md

1[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
2[![Build Status](https://img.shields.io/travis/tonini/alchemist.el.svg)](https://travis-ci.org/tonini/alchemist.el)
3[![MELPA](http://melpa.org/packages/alchemist-badge.svg)](http://melpa.org/#/alchemist)
4[![MELPA Stable](http://stable.melpa.org/packages/alchemist-badge.svg)](http://stable.melpa.org/#/alchemist)
5[![Paypal](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=tonini%2esamuel%40gmail%2ecom&lc=CH&item_name=Support%20Alchemist%20maintainer&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)
6
7<br/>
8
9<p align="left">
10  <img
11  src="https://raw.githubusercontent.com/tonini/alchemist.el/master/images/alchemist_logo.png"
12  alt="Alchemist Logo"/>
13</p>
14
15> Elixir Tooling Integration Into Emacs</blockquote>
16
17Alchemist comes with a bunch of **features**, which are:
18
19* Mix integration
20* Compile & Execution of Elixir code
21* Inline code evaluation
22* Inline macro expanding
23* Documentation lookup
24* Definition lookup
25* Powerful IEx integration
26* Smart code completion
27* Elixir project management
28* Phoenix support
29* Integration with [company-mode](http://company-mode.github.io/)
30
31***
32
33# Quickstart
34
35## Installation
36
37`package.el` is the built-in package manager in Emacs.
38
39Alchemist.el is available on the two major `package.el` community maintained repos - [MELPA Stable](http://stable.melpa.org) and [MELPA](http://melpa.org).
40
41You can install `Alchemist` with the following command:
42
43<kbd>M-x package-install [RET] alchemist [RET]</kbd>
44
45# Documentation
46
47Documentation is available [here](http://alchemist.readthedocs.org/).
48
49# Support
50
51If you hit any problems, please first ensure that you are using the latest version of this code,
52and that you have updated your packages to the most recent available versions.
53
54* To report bugs or feature requests: please use the [issue tracker on Github](https://github.com/tonini/alchemist.el/issues).
55* To talk about the project with people in real time: please join the #emacs-elixir channel on [IRC](http://de.wikipedia.org/wiki/Internet_Relay_Chat)
56  or the #emacs channel on [Elixir Slack](https://elixir-lang.slack.com).
57
58# Contributing
59
60We appreciate any contribution to Alchemist, so check out our [Contribution guidelines](CONTRIBUTING.md) for more information.
61
62# License
63
64Copyright © 2014-2015 Samuel Tonini and
65[contributors](https://github.com/tonini/alchemist.el/contributors).
66
67Distributed under the GNU General Public License, version 3
68
69[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
70