serenity

(โ˜… 95)

Embedded ruby for Open Office documents. You provide .odt template and data and Serenity generates the document. Great for creating dynamic reports.

  • .gitignore
  • Changelog
  • LICENSE
  • Rakefile
  • README.md
  • serenity-odt.gemspec

# Installation Guide

1. Get the code
git clone https://github.com/kremso/serenity

Downloads the entire project code from GitHub to your computer.

cd serenity

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • Ruby Ruby is required to use gem.
gem install serenity-odt

Installs the package published on RubyGems directly.

โœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation