facet-dev runs as a pre-commit hook for most (all?) repositories under the https://github.com/facet-rs/ umbrella.
It:
- Generates
README.md
fromREADME.md.in
- Sets up a base CI pipeline for Rust crates (see
src/.github/workflows
) - Sets up funding information
- Sets up a pre-commit hook via cargo-husky
that installs facet-dev and runs
facet-dev generate
Since the pre-commit hook installs the latest facet-dev from git, and since updated files generated files are unconditionally staged at pre-commit time, if facet-dev gets updated in the middle of someone working on something, the changes might end up in an unrelated PR. Oh well.
Thanks to all individual sponsors:
...along with corporate sponsors:
...without whom this work could not exist.
The facet logo was drawn by Misiasart.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.