Skip to content

nwehner/pure-references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibToCitation

To run this program

Install the module via NPM in your terminal:

npm install --save bibToCitation

Then, import the module to your program (likely your index.ts file):

import { bibToCitation, formatCitationTitleFirst, formatCitationAuthorsFirst } from 'bibToCitation';

Once installed and imported, run the module.

Provide a list of citations with authors first

bibToCitation('./path/to/bibFile.bib')(formatCitationAuthorsFirst);

Provide a list of citations with titles first

bibToCitation('./path/to/bibFile.bib')(formatCitationTitleFirst);

About

Generates a list of references sans journal-branding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors