0.0.11-SNAPSHOT-13 • Published 5 years ago

@binomio/webcomponents v0.0.11-SNAPSHOT-13

Weekly downloads
8
License
ISC
Repository
gitlab
Last release
5 years ago

Bino Webcomponents

Usage

  • Make your changes
  • Fill your tests
  • Compile code npm run build
  • Publish code npm publish --access public

SONAR

config

sonar-project.properties
# must be unique in a given SonarQube instance
sonar.projectKey=57c018a6e18a0ae8b784c642341817c9a21e1ef7:webcomponents
# --- optional properties ---

# defaults to project key
sonar.projectName=Bino Web Components
# defaults to 'not provided'
sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Defaults to .
sonar.sources=.
# sonar.exclusions=file:auth/**,file:bin/**,file:react-test-cache/**
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

# sonar.coverageReportPaths=coverage/reports/test-reporter.xml
# sonar.testExecutionReportPaths=coverage/reports/test-reporter.xml
# sonar.javascript.lcov.reportPaths=coverage/lcov.info

cli

docker run -d --name sonarqube \ -p 9000:9000 \ -v sonarqube_data:/opt/sonarqube/data \ -v sonarqube_extensions:/opt/sonarqube/extensions \ -v sonarqube_logs:/opt/sonarqube/logs \ sonarqube

docker run --name sonarqube-postgres -e POSTGRES_PASSWORD=Bpassword -d -p 5432:5432 postgres

0.0.11-SNAPSHOT

5 years ago

0.0.10

5 years ago

0.0.10-SNAPSHOT

5 years ago

0.0.10-STAGE

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago