Collection of software-related input and output formats for Citation.js
npm install @citation-js/plugin-software-formatsThis is a legacy plugin that combines registers several plugins:
- @citation-js/plugin-cff
- @citation-js/plugin-github
- @citation-js/plugin-npm
- @citation-js/plugin-yaml
- @citation-js/plugin-zenodo
``js`
npm install @citation-js/plugin-software-formats
Make a build with @citation-js/plugin-software-formats on the build tool!
Register the plugin by require-ing it:
`js``
require('@citation-js/plugin-software-formats')
For further usage instructions, see the documentation of the other packages.