# Rocx [](https://codeclimate.com/github/genebot/rocx) Rocx is a gem for creating .docx (Microsoft Word 2007) files. Using a simple API, you can create Word documents with: - Paragraphs - Titles - Headings - Page breaks - Bullet points - Tables And, coming soon, images and more. ## Installation Add to your Rails application in the Gemfile: gem 'rocx' And then run: bundle install Or install it yourself: gem install rocx ## Contribute! 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request