Skip to content

Instantly share code, notes, and snippets.

@gabrielg
Created October 12, 2009 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielg/208094 to your computer and use it in GitHub Desktop.
Save gabrielg/208094 to your computer and use it in GitHub Desktop.
echoplex:tmp gabriel$ xpcomcore generate app foobar
create .gitignore
create Rakefile
create LICENSE
create README.rdoc
create .document
create lib
create lib/foobar.rb
create test
create test/test_helper.rb
create test/foobar_test.rb
Jeweler has prepared your gem in foobar
Creating /private/tmp/foobar/xpcomcore/app/application.ini
Creating /private/tmp/foobar/xpcomcore/app/chrome
Creating /private/tmp/foobar/xpcomcore/app/chrome/chrome.manifest
Creating /private/tmp/foobar/xpcomcore/app/chrome/content
Creating /private/tmp/foobar/xpcomcore/app/chrome/content/xul
Creating /private/tmp/foobar/xpcomcore/app/chrome/content/xul/main_window.xul
Creating /private/tmp/foobar/xpcomcore/app/components
Creating /private/tmp/foobar/xpcomcore/app/components/bootstrapper.js
Creating /private/tmp/foobar/xpcomcore/app/defaults
Creating /private/tmp/foobar/xpcomcore/app/defaults/preferences
Creating /private/tmp/foobar/xpcomcore/app/defaults/preferences/prefs.js
echoplex:tmp gabriel$ xpcomcore launch foobar/xpcomcore/app
Launching XUL application using '/Applications/Firefox.app/Contents/MacOS/firefox-bin' from '/private/tmp/foobar/xpcomcore/app/application.ini'
Using XPCOMCore bootstrapper at '/opt/ruby-enterprise/lib/ruby/gems/1.8/gems/xpcomcore-rubygem-0.5.1/xpcomcore/bootstrapper.js'
Loading XPCOMCore Bootstrapper from /opt/ruby-enterprise/lib/ruby/gems/1.8/gems/xpcomcore-rubygem-0.5.1/xpcomcore/bootstrapper.js
XPCOMCore bootstrapped with version 0.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment