NVika 1.0 is out
After a while, NVika is finally out of beta.
What does it do
Parse analytics reports and show issues on console or send them to the current build server.
In action:
On AppVeyor:
Hey, but isn't that something SonarQube kinda do?
Yes, and you can even say that SonarQube do much more.
But NVika has some advantages, since it isn't doing the analysis part it is smaller and simpler to use, you only need a command line.
And since it isn't implying a web server (at least for now) it can be used in pull request to enforce the quality standard of your project.
Links
NVika is available on:
- GitHub: source and binaries
- Chocolatey: command line tool
- Nuget: MSBuild target
Future
At first I was thinking about a website, to put the consolidated reports on. It would have been accessible to anyone, with repo's settings only accessible by his owner on GitHub, ala CodeCov or other tool integrated to GitHub. But I don't think it is a good idea, since SonarQube already do that and pretty well.
Another idea is to add some integration to other tools: GitHub on pull requests, Slack, Gitter, others?
But since all of them need a user authorization it can't be done only with a command line tool.
What do you think?