TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
44 stars 7 forks source link

Add `README.md` for `bevy_lint` #170

Closed BD103 closed 2 weeks ago

BD103 commented 2 weeks ago

Originally part of #152, closes #109.

This fills out the README.md for bevy_lint, including installation intructions and a guide on usage. This is the final blocker to release 0.1.0, which is exciting!

I tried to split this up into small, incremental commits, so you may have an easier time reviewing it like that. You can build the rustdoc version of the README.md by calling cargo doc-lints.