Ruby CFF
Robert Haines and The Ruby Citation File Format Developers
A Ruby library for creating, editing, validating and converting CITATION.cff files.
Synopsis
This library provides a Ruby interface to create and edit Citation File Format (CFF) files. The resulting files can be validated against a formal schema to ensure correctness and can be output in a number of different citation-friendly formats.
The primary API entry points are the Index
and File
classes.
See the CITATION.cff documentation for more details about the Citation File Format.
See the full API documentation for more details about Ruby CFF.