0.0.5 • Published 9 months ago

fflt v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

fflt

npm package Build Status Downloads Issues Code Coverage Semantic Release Template Used

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