{"id":21356153,"url":"https://github.com/jbenner-radham/rfc-to-bib","last_synced_at":"2025-03-16T05:41:32.570Z","repository":{"id":65490025,"uuid":"46253183","full_name":"jbenner-radham/rfc-to-bib","owner":"jbenner-radham","description":"A library and CLI tool to generate BibTeX records for IETF RFCs.","archived":false,"fork":false,"pushed_at":"2018-02-11T22:17:32.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T13:24:57.696Z","etag":null,"topics":["bib","bibtex","cli","ietf-rfcs","rfc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jbenner-radham.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-16T05:05:31.000Z","updated_at":"2017-06-04T16:17:09.000Z","dependencies_parsed_at":"2023-01-25T17:45:16.704Z","dependency_job_id":null,"html_url":"https://github.com/jbenner-radham/rfc-to-bib","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenner-radham%2Frfc-to-bib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenner-radham%2Frfc-to-bib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenner-radham%2Frfc-to-bib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbenner-radham%2Frfc-to-bib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbenner-radham","download_url":"https://codeload.github.com/jbenner-radham/rfc-to-bib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243830923,"owners_count":20354850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bib","bibtex","cli","ietf-rfcs","rfc"],"created_at":"2024-11-22T04:29:10.361Z","updated_at":"2025-03-16T05:41:32.526Z","avatar_url":"https://github.com/jbenner-radham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"rfc-to-bib\n==========\n[![npm Version][NPM VERSION BADGE]][NPM PAGE]\n[![GitHub License][LICENSE BADGE]][LICENSE PAGE]\n[![Build Status][BUILD BADGE]][BUILD PAGE]\n\nA library and CLI tool to generate [BibTeX](http://www.bibtex.org/) records for [IETF](https://www.ietf.org/) RFCs.\n\nInstall\n-------\n\n### CLI\n```sh\n$ npm install --global rfc-to-bib  # Or alternately: `yarn global add rfc-to-bib`\n```\n\n### API\n```sh\n$ npm install --save rfc-to-bib  # Or alternately: `yarn add rfc-to-bib`\n```\n\nUsage\n-----\n\n### CLI\n```sh\n$ rfc-to-bib --help\n\n  A CLI tool to generate BibTeX records of IETF RFCs.\n\n  Usage\n      $ rfc-to-bib \u003crfc\u003e\n\n  Options\n      -h, --help       Display this screen.\n      -v, --version    Display the software version.\n\n  Examples\n      $ rfc-to-bib 2616\n      $ rfc-to-bib 2616 \u003e rfc2616.bib\n```\n\n### API\n```js\nconst rfcToBib = require('rfc-to-bib');\n\nlet rfc = 2616;\n\nrfcToBib(rfc).then(bib =\u003e {\n    console.log(bib);\n}).catch(error =\u003e {\n    console.error(error.message);\n});\n```\n\nTesting\n-------\n```sh\n$ npm test  # Or alternately: `yarn test`\n```\n\nLicense\n-------\nThe MIT License (Expat). See the [license file](LICENSE) for details.\n\n[BUILD BADGE]: https://img.shields.io/travis/jbenner-radham/rfc-to-bib.svg?style=flat-square\n[BUILD PAGE]: https://travis-ci.org/jbenner-radham/rfc-to-bib\n[LICENSE BADGE]: https://img.shields.io/badge/license-MIT%20License-blue.svg?style=flat-square\n[LICENSE PAGE]: https://github.com/jbenner-radham/rfc-to-bib/blob/master/LICENSE\n[NPM PAGE]: https://www.npmjs.com/package/rfc-to-bib\n[NPM VERSION BADGE]: https://img.shields.io/npm/v/rfc-to-bib.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbenner-radham%2Frfc-to-bib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbenner-radham%2Frfc-to-bib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbenner-radham%2Frfc-to-bib/lists"}