@vyriy/tooling
Part of Vyriy - a calm architecture toolkit for TypeScript, React, SSR, SSG, APIs, and cloud-ready apps.
Full documentation: https://vyriy.dev/docs/tooling/
CLI for generating thin local tooling config files that delegate to shared Vyriy config packages.
CLI
Install globally:
npm install --global @vyriy/tooling
Generate default configs:
vyriy-tooling
vyriy-tooling init
vt init
Generate one config:
vyriy-tooling typescript
vyriy-tooling eslint
vyriy-tooling prettier
vyriy-tooling jest
vyriy-tooling storybook
vyriy-tooling stylelint
CLI flags:
--forceoverwrites existing config files.--dry-runprints files that would be created without writing them.--helpor-hprints command help.--versionor-vprints the package version.
After writing files, the CLI prints missing Vyriy config packages that should be installed in the target project.