Skip to content

mvp-kit/template-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Validate Handlebars variables in MVPKit template repositories

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors