Sha256: a209b9bc05220d3b88980e0c1b71ac9cf3dc6476c3f1c73b60e93607cf7e9b30
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
# Rocx [![Code Climate](https://codeclimate.com/github/genebot/rocx.png)](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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rocx-0.5.8 | README.md |
rocx-0.5.7 | README.md |
rocx-0.5.6 | README.md |