sonarsoftwareinc/external_tool_template

There is no license information available for the latest version (1.0.1) of this package.

A template for building external tools for use with Sonar

Installs: 1 254

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Language:HTML

pkg:composer/sonarsoftwareinc/external_tool_template

1.0.1 2020-09-17 17:21 UTC

This package is not auto-updated.

Last update: 2025-10-17 13:00:19 UTC


README

A theme based off Bootstrap for external tools.

Quick Start

<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Bootstrap Core CSS -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">

    <!-- Sonar Dark Rye Theme CSS -->
    <link rel="stylesheet" href="assets/css/sonar-darkrye.css">

    <title>Hello, world!</title>
  </head>
  <body class="sonar-darkrye">
    <h1>Hello, world!</h1>

    <!-- jQuery first, then Popper.js, then Bootstrap JS -->
    <script src="assets/js/jquery-3.5.1.slim.min.js"></script>
    <script src="assets/js/popper.min.js"></script>
    <script src="assets/js/bootstrap.min.js"></script>

  </body>
</html>

For more details on all Bootstrap core features and functionality visit:

Bootstrap Documentation: https://getbootstrap.com/docs/