Last active
July 19, 2016 01:46
-
-
Save KefDS/f0c0c14c0b9153cb6377 to your computer and use it in GitHub Desktop.
Atom packages for Rails develoment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Gem dependecies | |
| gem install rubocop | |
| gem install scss-lint | |
| gem install coffee-script | |
| npm install -g coffeelint | |
| rbenv rehash | |
| # Atom packages | |
| # General | |
| apm install file-icons | |
| apm install isotope-ui | |
| apm install slime | |
| apm install highlight-selected | |
| apm install docblockr | |
| # Rails | |
| apm install linter-rubocop | |
| apm install linter-scss-lint | |
| apm install linter-coffeelint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment