2.4.8 • Published 1 month ago

@kozmoai/glent-backstage-entity-validator v2.4.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

Glent Backstage entity validator

This is a library package used to validate entity files.

It exports two methods:

export const validateFromFile: (
  filepath: string,
  verbose: boolean,
  customAnnotationSchemaLocation: string,
) => Promise<void>;
export const validate: (
  fileContents: string,
  verbose: boolean,
  customAnnotationSchemaLocation: string,
) => Promise<void>;