Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/rust-text2checkstyle
Convert text to checkstyle.
https://github.com/packsaddle/rust-text2checkstyle
Last synced: 7 days ago
JSON representation
Convert text to checkstyle.
- Host: GitHub
- URL: https://github.com/packsaddle/rust-text2checkstyle
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-10-01T15:48:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:55:30.000Z (about 7 years ago)
- Last Synced: 2024-10-10T20:16:18.429Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license-apache
Awesome Lists containing this project
README
# text2checkstyle
[![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.
See [text2checkstyle_cli](https://github.com/packsaddle/rust-text2checkstyle_cli) for the command-line version.
## Install
```
$ cargo install text2checkstyle
```## changelog
[changelog](./changelog.md)
## License
MIT/Apache-2.0 © [sanemat](http://sane.jp)
[travis-url]: https://travis-ci.org/packsaddle/rust-text2checkstyle
[travis-image]: https://img.shields.io/travis/packsaddle/rust-text2checkstyle/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-text2checkstyle/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-text2checkstyle/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/text2checkstyle
[crates-image]: https://img.shields.io/crates/v/text2checkstyle.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/text2checkstyle.svg?style=flat-square