Skip to content

Instantly share code, notes, and snippets.

@jvanderhoof
Created January 13, 2016 18:31
Show Gist options
  • Select an option

  • Save jvanderhoof/c2cdec8cddab6d576ea0 to your computer and use it in GitHub Desktop.

Select an option

Save jvanderhoof/c2cdec8cddab6d576ea0 to your computer and use it in GitHub Desktop.
Overview of Tools and resources for a developer
Homebrew - http://brew.sh/
RVM - https://rvm.io/
Sublime Text 3 or Atom - Text Editor
Sublime Linters:
- SublimeLinter - http://www.sublimelinter.com/en/latest/
- Ruby - https://github.com/SublimeLinter/SublimeLinter-rubocop
- Javascript - https://github.com/roadhump/SublimeLinter-eslint
- SCSS - https://github.com/attenzione/SublimeLinter-scss-lint
Please make sure the following are in your global gemset file: ~/.rvm/gemsets/global.gems`
Run the following to install these into the global gemset:
`rvm @global do gem install scss_lint rubocop bundler --no-rdoc --no-ri`
The ESLint linter needs the NPM package `eslint` for linting:
`npm install -g eslint`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment