bieber

A bibliography manager

Usage no npm install needed!

<script type="module">
  import bieber from 'https://cdn.skypack.dev/bieber';
</script>

README

Bieber

A command-line app for reference-tracking written in node.

It's very barebones at the moment but I plan to add features as I need them.

The design is influenced by git, in that Bieber creates a .bieber file in the root of your project directory. The file is really a sqlite database that stores your references.

Installation

If you'd like to try it out go ahead and

 npm install -g bieber

features

  • add urls to projects with a description
  • output BibTeX
  • not much else :)