Skip to content

kjgarza/citation-model

Repository files navigation

citation-model NPM version

node package that make a model around citations files. One can generate and update citations files (CITATION.cff and codemeta.json) using this package.

Installation

$ npm install --save citation-model

Usage

One ca use the CLI to create or update the files

$ citation-model cff

Or

import {Cff, CodeMeta} from 'citation-model';

    const codeMeta = new CodeMeta();
    codeMeta.generateFromNode()

License

MIT © Kristian Garza