pnpm build
- Build all packagespnpm stub
- Create package stubspnpm test
- Run all testspnpm test <pattern>
- Run tests matching patternpnpm vitest --run -t "test name"
- Run a specific testpnpm lint
- Lint and fix codepnpm benchmark
- Run benchmarkspnpm lint:docs
- Lint documentation
- Imports: Use named imports/exports, keep sorted
- Types: Strict TypeScript, explicit return types
- Naming:
- camelCase for variables/functions
- PascalCase for classes/interfaces
- use- prefix for composables
- Styling: Using @antfu/eslint-config rules
- Structure: Maintain small files with focused responsibilities
- Error Handling: Use typed errors, handle edge cases
- Testing: Write unit tests for all exports
- Documentation: Document public API with JSDoc
Unhead is a framework-agnostic head management library for managing HTML head tags.