Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 391 Bytes

citeproc-node-iojs

A working citeproc-js wrapper for node and iojs.

To download the styles and languages required for this module to work, run the following:

git submodule add git@github.com:citation-style-language/styles.git
git submodule add git@github.com:citation-style-language/locales.git

Reference them when calling the wrapper. See test/test.js for how to do that.