chore: scaffold Bun workspace monorepo
Sets up the initial project structure: two packages (@kitchen-md/core and @kitchen-md/bin), shared tsconfig, shared fixtures, per-package test stubs (unit, integration, smoke), .gitignore, and project CLAUDE.md with Conventional Commits convention.
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
node_modules/
|
||||
|
||||
# compiled CLI binary
|
||||
packages/bin/kitchen
|
||||
|
||||
# local environment overrides
|
||||
.env
|
||||
.env.local
|
||||
Reference in New Issue
Block a user