/table_creator

Primary LanguageRubyMIT LicenseMIT

Table Creator

Gem Version Build Status Coverage Status

DESCRIPTION

Various helpers to enter data in a tabular form and export to HTML/CSV

USAGE

See tests in spec folder for basic usage

RELEASE

To publish a new version of this gem the following steps must be taken.

  • Update the version in the following files
      CHANGELOG.md
      lib/table_creator/version.rb
    
  • Create a tag using the format v0.1.0
  • Follow build progress in GitHub actions