mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-31 11:50:23 +00:00
Add JSON output feature
This commit is contained in:
parent
a3ad492c0b
commit
f0fa7eb73f
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ use
|
|||
| -------------------- | ------- | ------------- | -------- | --------------------- | ------------ | ------------- | --------------------- | ------ |
|
||||
| Language | Rust | Ruby | Go | JS | TypeScript | Python | JS | PHP |
|
||||
| Async/Parallel | ![yes] | ![yes] | ![yes] | ![yes] | ![yes] | ![yes] | ![yes] | ![yes] |
|
||||
| JSON output | ![yes] | ![no] | ![yes] | ![yes] | ![yes] | ![maybe]<sup>1</sup> | ![yes] | ![yes] |
|
||||
| Static binary | ![yes] | ![no] | ![yes] | ![no] | ![no] | ️ ![no] | ![no] | ![no] |
|
||||
| Markdown files | ![yes] | ![yes] | ![no] | ![no] | ![no] | ![yes] | ️ ![yes] | ![no] |
|
||||
| HTML files | ![yes] | ![no] | ![no] | ![yes] | ![yes] | ![no] | ![yes] | ![no] |
|
||||
|
|
@ -64,6 +65,8 @@ use
|
|||
[skip private domains]: https://github.com/appscodelabs/liche/blob/a5102b0bf90203b467a4f3b4597d22cd83d94f99/url_checker.go
|
||||
[use as library]: https://github.com/raviqqe/liche/issues/13
|
||||
|
||||
<sup>1</sup> Other machine-readable formats like CSV are supported.
|
||||
|
||||
## Contributing to lychee
|
||||
|
||||
We'd be thankful for any contribution. \
|
||||
|
|
|
|||
Loading…
Reference in a new issue