xnlogic
Bootstrap your xnlogic.com application with this easy to use executable gem.
Installation
$ gem install xnlogic
Usage
$ xnlogic application my_app
$ cd my_app
$ vagrant up
$ vagrant ssh
From the Vagrant VM, you can then:
$ xn-server
$ xn-console
Contributing
- Fork it ( https://github.com/[my-github-username]/xnlogic/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Releasing a new gem to rubygems:
CI is not set up yet, so once you're happy with the release, simply:
$ rake local_release