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
#!/usr/bin/env ruby | |
# | |
# newrailsproject.rb | |
# | |
# Description: | |
# Easily create a new Rails project and Sublime Text 2 project file. | |
# | |
# By Jonathan Beebe. MIT License. | |
# | |
# Syntax: ruby newrailsproject.rb PROJECT_NAME BASE_PATH [sublime_project_basepath] |