Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonlong/training-cert-generator

Command line tool for generating PDF training certificates
https://github.com/jasonlong/training-cert-generator

Last synced: 7 days ago
JSON representation

Command line tool for generating PDF training certificates

Awesome Lists containing this project

README

        

Command line tool for generating PDF training certificates.

Requirements
============

[Prawn](http://prawn.majesticseacreature.com/) for PDF generation
`gem install prawn`

[Trollop](http://trollop.rubyforge.org/) for command line parsing
`gem install trollop`

Usage
=====
```
ruby training-cert [options]
where [options] are:
--recipient, -r : Recipient's name (required)
--company, -c : Recipient's company name (optional)
--course, -o : Course name (required)
--date, -d : Date (required)
--instructor, -i : Instructor (required)
--help, -h: Show this message
```