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-modelOne ca use the CLI to create or update the files
$ citation-model cffOr
import {Cff, CodeMeta} from 'citation-model';
const codeMeta = new CodeMeta();
codeMeta.generateFromNode()MIT © Kristian Garza