| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This monorepo contains shared configuration packages for Nimble projects.
We use Turborepo for build orchestration, npm workspaces for dependency management, and Release Please for automated versioning, changelogs, and publishing.
Legacy @bothrs/ packages have been deprecated on npm and their source code is preserved on the archive/legacy-packages branch.
npm installnpm run buildThis project enforces conventional commits via commitlint + husky. Every commit message must follow the format:
type(scope): description
Common types: feat, fix, chore, docs, refactor, test
Examples:
The commit hook will reject non-conforming messages.
This project uses Release Please for automated versioning and changelog generation.
How it works:
feat: commits trigger a minor version bump, fix: commits trigger a patch bump, and feat!: or BREAKING CHANGE: trigger a major bump.
| Back | FazBrowse Home | New Git URL |