elm-review-mini
configuration and CLI setup (requires the latest node.js
and npm
to be installed).
Before the first run,
npm install --prefix review-mini
To watch for changes to your files and reports errors for you with fixes to accept/reject:
node review-mini/cli
Since the CLI is a regular elm application, you can add new reviews with elm install
(search for packages elm-review-mini-... for example), then put them in the list in src/ReviewConfiguration.elm
and configure them.