Skunk.fyi is an open source application that can be used to share your SkunkScore results and compare them to other applications out there.
In order to share your results using this page, you can run `skunk` like this:
$ SHARE=true bundle exec skunk
running flay smells
running flog smells
.............
running reek smells
.............
running complexity
.............
running attributes
.............
running churn
.............
running simple_cov
.............
New critique at file:////Users/etagwerker/Projects/fastruby/skunk/tmp/rubycritic/overview.html
...
SkunkScore Total: 612.31
Modules Analysed: 13
SkunkScore Average: 0.47100769230769230769230769231e2
Worst SkunkScore: 166.44 (lib/skunk/cli/commands/default.rb)
Shared at: https://skunk.fastruby.io/1335ce1
Bug reports and pull requests are welcome on GitHub at https://github.com/fastruby/skunk.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Skunk.fyi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
This project is heavily inspired by benchmark.fyi. It is a fork of that project.