Workaround 3: manually update manifest.json file to previous version
@kcconfigs/textlint didn't works at all (textlint/textlint#1896)
@kcconfigs/biome/features/* didn't works (biomejs/biome#9370)
Dependabot generate invalid pnpm-lock.yaml file cause ci to failed (dependabot/dependabot-core#12244)
Get start
Clone or Fork repository from GitHub: git clone [email protected]/kc-workspace/kcws
Install Node.js using mise (or manual install based on mise.toml version)
Install Pnpm: corepack enable
Install dependencies: pnpm install
Build package: pnpm build:all (required for some internal commands)
Command cheat sheet
## Build all packages pnpmbuild:all ## Test all packages pnpmtest:all ## Fix lint and format on all packages pnpmfix:all ## Generate document html at ./docs folder pnpmdocs:all ## Clean built folders pnpmclean
Packages
@kcconfigs/*
Shared configuration for KC's projects (personal)
@kcexamples/*
Example project for testing and Proof of concept
@kcinternals/*
Internal packages specifically for @kc*/* packages
@kcstyles/*
Cascading Style Sheets for KC's projects (personal)
@kctools/*
Command-line tools for KC's projects (personal)
@kctypes/*
TypeScript type definition utilities helper
@kcws/*
Generic packages for full-stack development (including both Frontend and Backend).