Codeland::Starter
Create Ruby on Rails projects based on Codeland's template with integrations.
Installation
$ gem install codeland-starter
Usage
Setup
$ codeland-starter install # Will create ~/codeland-starter.yml
$ vi ~/codeland-starter.yml
The integrations section in YAML is an array of the services. Eg:
integrations:
- heroku
- another-service
Create projects
$ codeland-starter create ProjectName
Integrations
Heroku
$ heroku plugins:install [email protected]:heroku/heroku-oauth.git
$ heroku authorizations:create -d "some text"
Paste the Token in
heroku:
oauth_token: PASTE-YOUR-TOKEN-HERE
Contributing
- Fork it ( https://github.com/codelandev/codeland-starter/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