Created
January 13, 2016 18:31
-
-
Save jvanderhoof/c2cdec8cddab6d576ea0 to your computer and use it in GitHub Desktop.
Overview of Tools and resources for a developer
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
| 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