1.0.2 • Published 11 months ago

bibcit v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Bibcit

This package is a command line tool that takes a URL as input and outputs a BibTeX entry for that URL. It use the url-to-bibtex API to generate the BibTeX entry.

Installation

npm install -g bibcit

Usage

bibcit [URL]

Example:

bibcit https://www.npmjs.com/package/bibcit

This will print the following to the console:

   ╭───────────────────────────────────────────────╮
   │                                               │
   │   Title: bibcit                               │
   │   Author:                                     │
   │   URL: https://www.npmjs.com/package/bibcit   │
   │   Website: npmjs.com                          │
   │                                               │
   ╰───────────────────────────────────────────────╯

BibTeX:
@misc{npmjsBibcit,
        author = {},
        title = {bibcit --- npmjs.com},
        howpublished = {\url{https://www.npmjs.com/package/bibcit}},
        year = {},
        note = {[Accessed 09-Jun-2023]},
}
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago