Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn docs atom.md
Raw

docs/atom.md

# Configuring Atom for Lyn development
## Recommended packages
I'd recommend to take a look at [atom-elixir](https://github.com/msaraiva/atom-elixir), but it's not published in apm yet.
Otherwise you can use pretty standard set of packages for elixir development:
```
apm install language-elixir
apm install autocomplete-elixir
apm install linter
apm install linter-elixirc
```