Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jasonlong/training-cert-generator
- Owner: jasonlong
- Created: 2013-02-01T16:17:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T16:24:59.000Z (almost 12 years ago)
- Last Synced: 2024-02-12T02:07:44.577Z (9 months ago)
- Language: Ruby
- Size: 1.28 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```