https://github.com/bitwarden/rotation-daemon
rotation daemon project
https://github.com/bitwarden/rotation-daemon
Last synced: 10 days ago
JSON representation
rotation daemon project
- Host: GitHub
- URL: https://github.com/bitwarden/rotation-daemon
- Owner: bitwarden
- License: other
- Created: 2026-06-24T20:10:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-06T14:20:54.000Z (about 1 month ago)
- Last Synced: 2026-07-09T13:28:53.695Z (29 days ago)
- Size: 228 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Template Repository
This repository serves as a template for others and establishes very basic structure and tooling setup for later customization.
## Hooks
Hooks are centrally configured for the repo in the `.gitconfig` file.
If you configure a linter you will want to include docs to have contributors run the following
command:
```bash
git config set --local include.path "../.gitconfig"
```