Skip to content

Commit

Permalink
Merge pull request #8 from johnlettman/devel
Browse files Browse the repository at this point in the history
README.md: add shields
  • Loading branch information
johnlettman authored Jul 16, 2024
2 parents 1384f8e + e3b9eec commit 311db7f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,27 @@
<sub><sup>An unofficial cross-platform Go toolkit for Ouster LiDAR sensors</sup></sub></h1>
</div>

[![License][shield-license]][url-license]
[![Go version][shield-gomod]][url-gomod]
![Test Results][shield-test]
[![Code Coverage][shield-codecov]][url-codecov]


# Work in progress

## Disclaimer
This is not an official library by the manufacturer.

## License
This project is licensed under the MIT License.
See [LICENSE](LICENSE) for more information.
See [LICENSE](LICENSE) for more information


[shield-license]: https://img.shields.io/github/license/johnlettman/oyster?style=for-the-badge
[shield-gomod]: https://img.shields.io/github/go-mod/go-version/johnlettman/oyster?style=for-the-badge
[shield-test]: https://img.shields.io/github/actions/workflow/status/johnlettman/oyster/ci.yaml?style=for-the-badge&label=Tests
[shield-codecov]: https://img.shields.io/codecov/c/github/johnlettman/oyster?style=for-the-badge

[url-gomod]: go.mod
[url-license]: LICENSE
[url-codecov]: https://app.codecov.io/gh/johnlettman/oyster

0 comments on commit 311db7f

Please sign in to comment.