node package that make a model around citations files. One can generate and update citations files (CITATION.cff and codemeta.json) using this package.
$ npm install --save citation-model
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()
MIT © Kristian Garza