@mvp-kit/template-validator
v0.1.2
Published
Validate Handlebars variables in MVPKit template repositories
Maintainers
Readme
MVPKit Template Validator
Validate the Handlebars variables used by MVPKit template repositories. The CLI scans *.template files, checks variables against the contract supported by the MVPKit generator, and catches known placeholders that accidentally land in files copied as plain source.
Usage
npx @mvp-kit/template-validator@latest core --dir .
npx @mvp-kit/template-validator@latest saas --dir .CLI
mvpkit-validate [template-type] [options]Use core or saas as the template type. Pass --dir to validate a directory other than the current one.
Development
bun install --frozen-lockfile
bun run typecheck
bun run build
bun run test
npm pack --dry-run