Docx_generator 0.1.0 Released

docx_generator version 0.1.0 has been released!

docx_generator is a gem that generates docx files from scratch.
Presently, it can be used with or without blocks. It is now possible
to:

  • Create a document (of course!)
  • Save a document
  • Add paragraph with optional alignment property
  • Add text fragments to paragraphs with optional formatting
    • Bold
    • Italics
    • Underline
    • Size
    • Subscript
    • Superscript

It is only the beginning! I will add more features. I used the
standard (Office Open XML File Formats - ISO/IEC 29500) to implement
the features.

This is my first “real” open source project announced. I’m only 18
years old and I learned by myself. I know there is a lot of work to do
on my project, that I had a lot to learn and that it isn’t perfect,
but I tried to make tests and to document my code (the documentation
is not finished yet). Moreover, my mother tongue is not English, it’s
French. I will be happy to have your comments and to improve my
skills. I hope that this project will be helpful for some people!

Antoine Proulx