{"id":25595,"library":"flt","title":"FLT","description":"An all-in-one opinionated tool for JavaScript code formatting, linting, and testing, wrapping prettier, eslint, and mocha. Current stable version is 0.46.0. It eliminates the need to individually install and configure multiple dev dependencies by providing a single command to run all three tasks with sensible defaults. Notable for its simplicity and zero-config approach, though it may not suit projects requiring custom tooling beyond prettier, eslint, and mocha.","status":"active","version":"0.46.0","language":"javascript","source_language":"en","source_url":"https://github.com/gpoitch/flt","tags":["javascript","format","lint","test"],"install":[{"cmd":"npm install flt","lang":"bash","label":"npm"},{"cmd":"yarn add flt","lang":"bash","label":"yarn"},{"cmd":"pnpm add flt","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Underlying formatter","package":"prettier","optional":false},{"reason":"Underlying linter","package":"eslint","optional":false},{"reason":"Underlying test runner","package":"mocha","optional":false}],"imports":[{"note":"FLT is primarily used as a CLI tool; no JavaScript import needed.","wrong":"","symbol":"flt (CLI)","correct":"npx flt"}],"quickstart":{"code":"npm install flt --save-dev\nnpx flt # runs format, lint, and test\nnpx flt format # runs prettier\nnpx flt lint *.js\nnpx flt test --bail","lang":"javascript","description":"Install flt as a dev dependency and run the default command or individual tasks with optional arguments."},"warnings":[{"fix":"Check the underlying tool's documentation for valid flags.","message":"Custom arguments passed through to underlying tools may override defaults unexpectedly.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install flt' again or manually install prettier.","cause":"FLT expects prettier to be installed alongside its dependencies.","error":"Error: Cannot find module 'prettier'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}