fflt
v0.0.5
Published
Format, fix, lint, and typecheck.
Downloads
8
Maintainers
Readme
fflt
Format, fix, lint, and typecheck.
More features on the way! This is a tool to format, fix, lint, and typecheck only the files that you have touched when diff'd against another branch.
Install
npm install -D fflt
yarn add -D fflt
Usage
Usage
- Create a config file
fflt init
- Runs a command using fflt
fflt command <command>
Options
--version, -v Show version
--cached, -c Include cached files
--default, -d Use default branch
--branch, -b Name of branch to use
--root, -r Use git root
--ignore, -i Ignore pattern (regex)
--verbose, -v Verbose output