Closed benquarmby closed 3 months ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Hey @benquarmby , sounds great, thanks! Would you mind updating the failing test-snapshot to get this PR green?
Description
This PR enables yargs' first-class support for a command line options file. It works out of the box and costs very little.
Also updated the CLI options docs while I was here.
Motivation and Context
The commitlint CLI has many arguments now; I counted 20. Composing and encoding all the required arguments for a project at the terminal or in a package script can get hard to maintain. The ability to move those options to a regular JavaScript or JSON module makes them far easier to manage. It is more human readable and writable.
Usage examples
This fabricated example is deliberately verbose and a bit unrealistic to make the point:
How Has This Been Tested?
Added some temporary options files and ran them directly on this repo. Firstly a Common.js module:
CJS Options Output
And then a JSON file:
JSON Options Output
Types of changes
Checklist: