CLI for creating a performance budget
npm install performancebudget-ioperfbudget cliA CLI for creating and testing a performance budget.
To install use npm to install globally:
``npm i performancebudget-io -g`
The simplest way to use perfbudget is to run the CLI along with the file you want to run it against. e.g
`perfbudget`
-v, --version - output the version number
-c, --create - create a new budget
-o, --output - specify an output path to export as lighthouse budget (use with --create)
-h, --help - output usage information
-d, --debug - output extra debugging
To setup perfbudget for development you will need to:
1 - clone https://github.com/jonathan-fielding/perfbudget-cli.git
2 - run npm i
3 - run npm run perfbudget --