KO
|
EN
gitlite — search
Search
#javascript
#game
#python
#php
#library
#animation
#epub
#css
#go
#golang
#cli
#java
environment_linter
★ 30
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
angular-ui-router-default
:
AngularJS module that adds support for specifying default child views for abstract states when using ui-router.
zedboard_audio
:
A Audio Interface for the Zedboard
react-progress-deck
:
react component for generating gamification badges. material design, react-tween state
jsdoc-babel
:
A JSDoc plugin that transforms source files with Babel before they are processed
Google-Cardboard-VR-Navigation
:
Simple scripts for adding Unity Navigation and Pathfinding to Google Cardboard VR
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
environment_linter
?
Download (.md)
# Environment Linter This script helps identify issues with OS X machine setup for basic web development with Ruby. It assumes OS X 10.8 or newer. ## Usage: At the terminal run: ```sh ruby -e "$(curl -fsSL https://raw.githubusercontent.com/mikelikesbikes/environment_linter/master/test_setup.rb)" ``` This will check several common sticking points with machine setup and attempt to give useful solutions to common problems. Sometimes the solution is to get outside help. This is because any number of things could cause the issue, and it needs to be further explored. On the positive side, it at least lets you know that something is weird. ## Contributing I'd love people to add to this project with checks for other pieces of machine setup. Please create an Issue for discussion before offering a Pull Request. I'd hate you to spend a bunch of time adding checks for things I don't plan to integrate. ## License Environment Linter is licensed under the [MIT License]. [mit license]: http://www.opensource.org/licenses/MIT