A CLI tool to format, fix, lint, and typecheck only files that have been changed compared to another branch. Version 0.0.5, early development stage. Designed for incremental checks in Git workflows, reducing overhead on large codebases by focusing on diffed files. Supports custom branch, cached files, ignore patterns, and verbose output. Requires Node >=18.
npm install ffltNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a config file and run fflt to only lint changed files compared to main branch.
Upgrade to >=0.0.2 or manually create fflt.config.js.
Use '--cached' as before; no change needed yet.
Update Node to >=18.0.
Install required tools (e.g., npm install -D eslint prettier) before using fflt.
Install: npm install -D fflt. Use ESM import syntax (import fflt from 'fflt').
Use npx fflt or add node_modules/.bin to PATH.
Commit or stash changes before running fflt.
No dependency data recorded yet.