Skip to content

Ruby CFF Library

Latest
Compare
Choose a tag to compare
@hainesr hainesr released this 05 Nov 16:31
· 11 commits to main since this release

Ruby CFF

Robert Haines and The Ruby Citation File Format Developers

A Ruby library for creating, editing, validating and converting CITATION.cff files.

DOI
Gem Version
Tests
Linter
Ruby Style Guide
Maintainability
Coverage Status

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.