Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Adds more description
Browse files Browse the repository at this point in the history
  • Loading branch information
bellingard committed Oct 22, 2016
1 parent ed7c8a3 commit 865f362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NPM module to run SonarQube analyses

This NPM module makes it very easy to trigger [SonarQube](http://www.sonarqube.org)
analyses on a JavaScript code base, without needing to install any specific tool
or (Java) runtime.

The following example shows how to run a SonarQube analysis on a JavaScript
project using Gulp, and pushing the results to [SonarQube.com](https://sonarqube.com),
the online SonarQube service:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonarqube-scanner",
"description": "SonarQube Scanner",
"description": "SonarQube Scanner - runing with or without a Java runtime",
"version": "0.2.0",
"homepage": "https://github.com/bellingard/sonar-scanner-npm",
"author": {
Expand Down

0 comments on commit 865f362

Please sign in to comment.