A pretty formatter for Checkup, a project health and consistency tool. Version 1.4.2 (latest) is part of Checkup monorepo. Provides human-readable console output with colors and structure. Released as needed alongside Checkup core. Key differentiator: standard pretty-printing for Checkup results, integrates seamlessly with Checkup's plugin ecosystem. Requires Node >= 12.22; ESM-only.
npm install checkup-formatter-prettyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a PrettyFormatter instance, formats sample checkup results, and prints formatted output.
Use import or dynamic import().
Always await or .then() the result.
Check compatibility with @checkup/core version.
Pass properly structured task result objects.
Replace require() with import or use dynamic import() in CommonJS context.
Add await: const output = await formatter.format(results);
Run npm install checkup-formatter-pretty.