Skip to content

vantaboard/fflt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Format, fix, lint, typecheck.

Resources

License

Stars

Watchers

Forks

Packages

No packages published