Skip to content

Instantly share code, notes, and snippets.

@KefDS
Last active July 19, 2016 01:46
Show Gist options
  • Select an option

  • Save KefDS/f0c0c14c0b9153cb6377 to your computer and use it in GitHub Desktop.

Select an option

Save KefDS/f0c0c14c0b9153cb6377 to your computer and use it in GitHub Desktop.
Atom packages for Rails develoment
# 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