FileFormatInfo / fflint

File Format Lint

Home Page:https://www.fflint.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fflint fflint logo

build release dogfooding deploy

fflint is a linter for file formats. Are your files:

  • in the correct format?
  • with the correct extension?
  • with the correct image dimensions?
  • properly stripped of revealing metadata?
  • not too big or too small?
  • have decent names?

Perfect for your CI/CD pipeline to make sure bad files don't get committed.

Documentation

Installation

The latest releases are available on Github. Detailed instructions.

Usage

General command syntax is:

fflint CMD [options...] files...
  • CMD is the command to run
  • options... are command-specific options
  • files... are the files to check

More:

  • Complete documentation is on www.fflint.dev
  • Run fflint help to see a list of available commands
  • Run --help for any command to see options specific to that command. Example: fflint svg --help

License

MIT

Credits

bash Git Github golang Google Noto Emoji Jekyll NodePing SimpleShare.dev VectorLogoZone

About

File Format Lint

https://www.fflint.dev/

License:MIT License


Languages

Language:Go 95.2%Language:Shell 3.0%Language:Dockerfile 1.0%Language:HTML 0.8%Language:Ruby 0.1%