Shared packages and tools for Zenika starter-kit projects.
| Package | Description |
|---|---|
@znk-sk-tools/eslint-config |
Shared ESLint flat config for Vue 3 + TypeScript |
@znk-sk-tools/tsconfig |
Shared TypeScript configurations |
@znk-sk-tools/vitest-config |
Shared Vitest configuration |
@znk-sk-tools/build |
Shared build script |
@znk-sk-tools/codemods |
CLI tools and migration codemods |
Projects can extend the shared Renovate config:
{
"extends": ["github>Zenika/sk-packages-tools//packages/renovate"]
}Run from any project to see which tools are installed:
npx @znk-sk-tools/codemods checkpnpm -r publish --access public