An open API service indexing awesome lists of open source software.

https://github.com/thlstsul/rust-pre-commit-init-template

rust project pre-commit cargo-generate init template
https://github.com/thlstsul/rust-pre-commit-init-template

cargo-generate pre-commit

Last synced: 4 months ago
JSON representation

rust project pre-commit cargo-generate init template

Awesome Lists containing this project

README

          

# rust-pre-commit-init-template
Rust project pre-commit cargo-generate init template.

Favorite templates can be defined in a config file, that by default is placed at $CARGO_HOME/cargo-generate.toml or $CARGO_HOME/cargo-generate. To specify an alternate configuration file, use the --config option.

``` toml
[favorites.rust-pre-commit]
description = "rust-pre-commit"
git = "https://github.com/thlstsul/rust-pre-commit-init-template"
init = true
overwrite = false
```