mansona / lint-to-the-future

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

Add Graphing application #1

Closed mansona closed 3 years ago

mansona commented 3 years ago

this finally implements the point of lint-to-the-future 🎉 allows you to to "output" an application that keeps track of the linting rules that you need to work on and see as you're progression with graphs!

localhost_4200_ (1)

I've released it as a pre-minor so we can test it in CI somewhere and see if it actually works 😱

Here is the command line I was testing with:

npx lint-to-the-future output -o output/sub --rootUrl sub --previous-results http://127.0.0.1:8080/data.json

adding here because this PR doesn't have any documentation yet

mansona commented 3 years ago

I've tested this in production now so I'm happy it's a good start and we can iterate from the main branch 👍