Usage

Command Line Interface

To convert a Citation.cff file into an HTML page, run:

cff2pages [-h] [-i [INPUT]] [-o [OUTPUT]]
Options:
  • -h, --help: Show help message and exit.

  • -i [INPUT], --input [INPUT]: Path to the input CFF file. Default: ./CITATION.cff

  • -o [OUTPUT], --output [OUTPUT]: Path to the output file. Default: public/citation.html

Installation

pip install cff2pages

Basic Example

cd your_project_directory
cff2pages

By default, the HTML output is saved to public/citation.html.