@withfrontmatter/solo-rules
v0.1.3
Published
Shared validation rules for Frontmatter Solo.
Readme
@withfrontmatter/solo-rules
Shared validation rules for Frontmatter Solo.
This package contains the rule engine used by:
@withfrontmatter/solo@withfrontmatter/solo-check
It is intended to stay focused on validation logic, diagnostics, and related types.
Install
npm install @withfrontmatter/solo-rulesBuild
npm install
npm run buildPackage contents
src/index.ts— public rule entrypointdist/— compiled package output
Publishing notes
If you extract this package into its own repository:
- keep
src/ - keep
package.json - keep
tsconfig.json - add your own repository metadata as needed
- do not commit
node_modules - do not commit
distunless you intentionally publish compiled artifacts in git
This package is designed to be published before @withfrontmatter/solo-check.
