Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/rust-checkstyle_formatter
Build checkstyle format.
https://github.com/packsaddle/rust-checkstyle_formatter
Last synced: 2 days ago
JSON representation
Build checkstyle format.
- Host: GitHub
- URL: https://github.com/packsaddle/rust-checkstyle_formatter
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-10-14T01:23:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:47:19.000Z (about 7 years ago)
- Last Synced: 2024-11-06T03:44:41.976Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 19.5 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
# checkstyle_formatter
[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]
> Build checkstyle format.
Use case: [text2checkstyle_cli](https://github.com/packsaddle/rust-text2checkstyle_cli).
## Install
```
$ cargo install checkstyle_formatter
```## changelog
[changelog](./changelog.md)
## License
MIT/Apache-2.0 © [sanemat](http://sane.jp)
[travis-url]: https://travis-ci.org/packsaddle/rust-checkstyle_formatter
[travis-image]: https://img.shields.io/travis/packsaddle/rust-checkstyle_formatter/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-checkstyle-formatter/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-checkstyle-formatter/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/checkstyle_formatter
[crates-image]: https://img.shields.io/crates/v/checkstyle_formatter.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/checkstyle_formatter.svg?style=flat-square