Created
November 27, 2011 21:36
-
-
Save sxross/1398190 to your computer and use it in GitHub Desktop.
Initializing Middleman Project
This file contains 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
$ mm-init my_fine_project | |
create my_fine_project/config.rb | |
create my_fine_project/source/index.html.erb | |
create my_fine_project/source/layout.erb | |
create my_fine_project/source/stylesheets | |
create my_fine_project/source/stylesheets/site.css.scss | |
create my_fine_project/source/javascripts | |
create my_fine_project/source/images |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment