Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/rust-text2checkstyle_cli
$ text2checkstyle
https://github.com/packsaddle/rust-text2checkstyle_cli
Last synced: 7 days ago
JSON representation
$ text2checkstyle
- Host: GitHub
- URL: https://github.com/packsaddle/rust-text2checkstyle_cli
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-10-01T15:49:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:38:40.000Z (about 7 years ago)
- Last Synced: 2024-10-13T13:39:07.990Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license-apache
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 informationOPTIONS:
--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