RIBOSOME

A simple generic code generation tool

Development

Repository

Ribosome development takes place on GitHub:

https://github.com/sustrik/ribosome

To clone the repository:

$ git clone https://github.com/sustrik/ribosome.git

Continuous integration

https://travis-ci.org/sustrik/ribosome

Bug tracker

Report the bugs here:

https://github.com/sustrik/ribosome/issues/new

Tests

To run the tests:

$ cd tests
$ make

Releasing

To make a release:

  1. Update ChangeLog
  2. Update version numbers in ribosome.js, ribosome.rb and ribosome.py
  3. Commit the changes
  4. Make a release in GitHub (this will create a git tag)
  5. Update download.html to point to the correct files
  6. Update documentation.html to point to the correct syntax colouring configuration files

Help needed

As for now, only syntax colouring for Vim is available. Adding syntax colouring for other development environments would be highly appreciated.