Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.13 KB

Bibliography.js

Build Status Coverage npm version dependencies dev dependencies License Code Climate

Javascript / Typescript library for bibliographic entities. It can parse BiBTeX and processes some LaTeX stuff, such as replacing special characters with their Unicode equivalent (for example, {\"o} is automatically converted to ö).

Getting Started

Install it via npm:

npm install bibliography

And include in your project:

import {} from 'bibliography';

License

MIT

Contact

Maarten Trompper <[email protected]>