https://github.com/sripwoud/rust-template
https://github.com/sripwoud/rust-template
dprint rust template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sripwoud/rust-template
- Owner: sripwoud
- Created: 2024-06-30T20:19:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T21:23:31.000Z (3 months ago)
- Last Synced: 2025-02-23T22:20:27.196Z (3 months ago)
- Topics: dprint, rust, template
- Language: Shell
- Homepage: https://sripwoud.github.io/rust-template/
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
|
|
TEMPLATE
|
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- |

[](https://coveralls.io/github/sripwoud/rust-template?branch=main)| Feature | With | Configuration File |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| Continuous Integration | [GitHub Workflow](https://docs.github.com/en/actions/using-workflows) | [.github/workflows](./.github/workflows) |
| Conventional Commits (`main` branch only) | [convco](https://github.com/convco/convco) | [.convco](./.convco) |
| Conventional PR Titles (because I only squash merge and base changelogs/semantic versioning on `main` commit history) | [amann/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | [semantic-pr.yml](./.github/workflows/semantic-pr.yml) |
| Formatting | [dprint](https://dprint.dev/) | [.dprint.jsonc](./.biome.json) |
| Git Hooks | [hk](https://hk.jdx.dev/) | [hk.pkl](./hk.pkl) |
| Tasks Runner, Environment & Runtime Management | [mise](https://mise.dev/) | [mise.toml](./mise.toml) |
| Tests Runner | [nextest](https://nexte.st/) | |## Develop
I use [`mise`](https://mise.jdx.dev) to manage runtimes, manage environment variables, and run tasks.\
To install it and setup the repository:```commandline
./setup
```To run tasks interactively:
```commandline
mise run
```