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
- Host: GitHub
- URL: https://github.com/thlstsul/rust-pre-commit-init-template
- Owner: thlstsul
- Created: 2022-11-19T15:53:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T19:30:55.000Z (over 3 years ago)
- Last Synced: 2025-05-16T11:07:19.392Z (about 1 year ago)
- Topics: cargo-generate, pre-commit
- Language: Liquid
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```