Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 549 Bytes

SonarQube Custom Plugin Example Build Status

Shows how to write a SonarQube plugin compatible with SonarQube 6.7 LTS

Custom Pages (React)

Prerequisites

Scripts

  • run "npm install" to setup your env
  • run "npm test" to trigger your tests
  • run "npm start" to start a proxy http server on port 3000 to debug your JS code