Created
September 16, 2011 16:50
-
-
Save HeroicEric/1222536 to your computer and use it in GitHub Desktop.
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
--> bundle exec spree extension foobar | |
create spree_foobar | |
create spree_foobar/app | |
create spree_foobar/app/assets/javascripts/admin/spree_foobar.js | |
create spree_foobar/app/assets/javascripts/store/spree_foobar.js | |
create spree_foobar/app/assets/stylesheets/admin/spree_foobar.css | |
create spree_foobar/app/assets/stylesheets/store/spree_foobar.css | |
create spree_foobar/app/controllers | |
create spree_foobar/app/helpers | |
create spree_foobar/app/models | |
create spree_foobar/app/views | |
create spree_foobar/app/overrides | |
create spree_foobar/config | |
create spree_foobar/db | |
create spree_foobar/lib | |
create spree_foobar/lib/spree_foobar.rb | |
create spree_foobar/lib/spree_foobar/engine.rb | |
create spree_foobar/lib/generators/spree_foobar/install/install_generator.rb | |
create spree_foobar/script | |
create spree_foobar/script/rails | |
create spree_foobar/spec | |
create spree_foobar/LICENSE | |
create spree_foobar/Rakefile | |
Could not find "README" in any of your source paths. Your current source paths are: | |
/Users/eric/.rvm/gems/[email protected]/bundler/gems/spree-e8129ce9f05f/lib/spree/templates/extension |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment