Skip to content

withfrontmatter/solo-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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-rules

Build

npm install
npm run build

Package contents

  • src/index.ts — public rule entrypoint
  • dist/ — 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 dist unless you intentionally publish compiled artifacts in git

This package is designed to be published before @withfrontmatter/solo-check.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors