@01-edu/shared

v1.2.10

Published

Script used to validate content correctness.

Readme

01-Edu shared library

check-defs command

Script used to validate content correctness.

It check the overall structure, attributes and other properties in definitions

It also check the existance of needed README.md files

Usage:

# Ensure your current working directory is the repository you want to check
cd piscine-test

# Normal usage
npx -y -p '@01-edu/shared' check-defs

# Pinned version
npx -y -p '@01-edu/[email protected]' check-defs

-w, --watch param

Will re-check on system events (new, updated, removed files) Never exit, just keep waiting for changes to update the report

npx -y -p '@01-edu/shared' check-defs --watch