Socket
Book a DemoInstallSign in
Socket

tohaya

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tohaya

Convert citation file formats to hayagriva YAML

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

tohaya

Convert citation files to hayagriva YAML.

Supported file formats:

  • Pubmed (*.nbib)
  • BibLaTeX
  • Support coming soon: RIS, EndNote XML, CSV

Usage

tohaya can be used as a web application at https://fnndsc.github.io/tohaya, or as a command-line program.

Examples

# Convert file and create output file
tohaya citation.nbib --output bibliography.yml

# Alternatively, using pipes
cat citation.nbib | tohaya - >> bibliography.yml

Installation

Development

The CLI can be developed as usual:

cargo test

The web app is a plain static HTML file found in web/. It requires tohaya to be built using wasm-pack.

A convenient development environment is provided using nix:

nix develop -c just

Acknowledgements

Roadmap

Keywords

science

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts