0.2.0 • Published 5 years ago

qualitier v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Qualitier

$ qualitier --help

  Usage
    $ qualitier <command> [options]

  Available Commands
    audit    Audit project standards (default)
    fix      Fix or add config files

  For more info, run any command with the `--help` flag
    $ qualitier audit --help
    $ qualitier fix --help

  Options
    -v, --version    Displays current version
    -w, --web        Audit project as a web app (default false)
    -n, --node       Audit project as a node app (default false)
    -d, --diff       Show diff between theirs and ours config object
    -h, --help       Displays this message

  Examples
    $ qualitier --diff --web
    $ qualitier --node