rombau / osext2

Online Soccer Extension based on Chrome API
MIT License
1 stars 0 forks source link
chrome-extension css firefox-extension javascript vscode

OnlineSoccer Extension

The OnlineSoccer Extension extension adds useful details and forecasts to the pages of OnlineSoccer.

Features

Development with Visual Studio Code

Basic formatter configuration and settings for Karma Test Explorer for Angular, Jasmine, and Mocha from Lucas Ononiwu are provided in .vscode/settings.json.

In order to apply formatting rules on every change the following additional user settings are recommended:

    "files.autoSave": "onFocusChange",
    "editor.insertSpaces": false,
    "editor.formatOnSave": true,

Node and Gulp tools

The coverage reports are created with npm test in the folder .coverage. Based on the summary.json the coverage badge is updated in the README with npm run badge.

The release can be created by running gulp --release major.minor.patch: