Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/packsaddle/rust-text2checkstyle_cli

$ text2checkstyle
https://github.com/packsaddle/rust-text2checkstyle_cli

Last synced: 7 days ago
JSON representation

$ text2checkstyle

Awesome Lists containing this project

README

        

# text2checkstyle_cli

[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]

> Convert text to checkstyle format.

For some command line tools. E.g. saddler, reviewdog

See [text2checkstyle](https://github.com/packsaddle/rust-text2checkstyle) for the programmatic API.

## Example

```
$ echo -n 'example' | text2checkstyle

```

## Install

Download from [Latest release](https://github.com/packsaddle/rust-text2checkstyle_cli/releases/latest) for your own environment.

or

```
$ cargo install text2checkstyle_cli
```

## CLI

```
text2checkstyle_cli
cli for text to checkstyle.

USAGE:
text2checkstyle [OPTIONS] [FILE]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--column [default: 0]
--line [default: 0]
--name [default: path/to/file]
--severity [default: info]
--source [default: TextToCheckstyle]

ARGS:

```

## changelog

[changelog](./changelog.md)

## License

MIT/Apache-2.0 © [sanemat](http://sane.jp)

[travis-url]: https://travis-ci.org/packsaddle/rust-text2checkstyle_cli
[travis-image]: https://img.shields.io/travis/packsaddle/rust-text2checkstyle_cli/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-text2checkstyle-cli/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-text2checkstyle-cli/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/text2checkstyle_cli
[crates-image]: https://img.shields.io/crates/v/text2checkstyle_cli.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/text2checkstyle_cli.svg?style=flat-square