No commit activity in last 3 years
No release in over 3 years
Thinreports Preview
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Thinreports::Preview

Thinreports::Preview ia Thinporets Preview Library

Installation

Add this line to your application's Gemfile:

gem 'thinreports-preview', git: "https://github.com/naoto/thnreports-preview.git"

And then execute:

$ bundle

Usage

Options

  • -t,--target is thinreports template. default ./template/
  • -o,--output is pdf output directory. default ./generate
  • -l,--list_loop is List Loop Count. default 1

Execute

$ bundle exec ruby bin/thinreports-preview -t /path/to/file.tlf -o /output/direcitory

Library

require 'thnrepornts/preview'

Thinreports::Preview::Generater.new('/path/to/file.tlf').generate('/output/directory')