#citation #formatting #command

app cite

The package provides a tool for formatting citations

3 releases (breaking)

Uses old Rust 2015

0.3.0 Jun 27, 2015
0.2.0 Jun 27, 2015
0.1.0 Jun 27, 2015

#390 in Template engine

MIT license

8KB
175 lines

Cite Version Status

The package provides a tool for formatting citations.

Requirements

The tool relies on the following commands:

Usage

Usage: cite [options]

Options:
    --bib <FILE>       A bibliography file. If unspecified, the content is read
                       from the standard input.

    --ref <NAME>       A reference name. If unspecified, the first found
                       reference is taken.

    --tex <FILE>       A template file. If unspecified, the built-in template is
                       used, which is based on IEEE’s journal document style.

    --help             Display this message.

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Open a pull request.

Dependencies

~33KB