JabKit

JabKit is JabRef's CLI tool

Installing and Running

The easiest way to run JabKit is using npx and jbang:

npx @jbangdev/jbang jabkit@jabref

You can also run it using docker:

docker run ghcr.io/jabref/jabkit:edge --help

Making JabKit available on the CLI as jabkit

In case JabKit should be available on the command line, execute following steps

  1. Install JBang by following one option at the download page of JBang.

  2. Execute jbang app install jabkit@jabref

Then, JabKit can be run as follows:

jabkit --help

General Usage

Usage: jabkit [-dhpv] [COMMAND]
  -d, --debug       Enable debug output
  -h, --help        display this help message
  -p, --porcelain   Enable script-friendly output
  -v, --version     display version info

Available Commands

Updating JabKit

Make use of --fresh to update JabKit

jbang --fresh jabkit@jabref

Then, the jabkit command also uses the latest version.

Last updated

Was this helpful?