A collection of useful CLIs for my personal use.
| CLI | Description |
|---|---|
yolocommit |
You only live once, but your commits live forever. |
apps/*: publishable CLI applicationspackages/*: shared code and shared configuration.changeset/*: release notes and version orchestration
Current workspaces:
apps/yolocommit:@better-tool/yolocommitpackages/cli-utils: shared utilities for CLIspackages/eslint-config: shared ESLint flat configspackages/typescript-config: shared TS configs
bun install
bun run lint
bun run check-types
bun run test
bun run buildbun run dev- run all workspacedevtasks via Turbobun run lint- lint all workspacesbun run check-types- typecheck all workspacesbun run test- run tests across workspacesbun run build- build all workspaces withbuildtasksbun run format/bun run format:check- run Prettier
- Create a release note:
bun run changeset
- Version packages from accumulated changesets:
bun run version-packages
- Publish:
bun run publish-packages