wolfadex / elm-open-api-cli

A CLI tool for generating Elm modules from Open API specs.
https://www.npmjs.com/package/elm-open-api
25 stars 6 forks source link

Use elm-review to generate version in CLI help to match package.json #117

Open wolfadex opened 2 months ago

wolfadex commented 2 months ago

The version in the CLI help text should always match the release version (dictated by package.json). Write an elm-review rule that does this.