mansona / lint-to-the-future

A modern way to progressively update your code to the best practices
54 stars 7 forks source link

Move from minimist to commander #28

Closed Mikek2252 closed 1 year ago

Mikek2252 commented 1 year ago

This PR updates Lint To The Future to use Commander instead of Minimist. The key benefits being that it provides you with in built guards to commands and options and also produces --help information when using the cli tool.

This is best reviewed by commit to help make the changes clear and if required the initial 3 commits can be a separate PR.