SCs Currency Converter
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
sarics e22814bf28 upgrade packages 3 years ago
src upgrade packages 3 years ago
.editorconfig initial commit 6 years ago
.eslintignore add webpack 6 years ago
.eslintrc.js upgrade packages & configs 4 years ago
.gitignore add scripts 6 years ago
LICENSE initial commit 6 years ago
README.md add development information 4 years ago
babel.config.js change target to Firefox version 60 4 years ago
package-lock.json upgrade packages 3 years ago
package.json upgrade packages 3 years ago
webpack.config.js upgrade packages 3 years ago

README.md

SCs Currency Converter

Currency Converter for Firefox

https://addons.mozilla.org/firefox/addon/scscurrencyconverter/

Development

Requirements:

Install

To install the project's dependencies:

npm install

Start

During development use:

npm start

This will build a develpment version of the scripts in the dist folder, and starts webpack in watch mode.

In an other terminal/console:

npm run run:web-ext

This opens a clean Firefox with the addon installed. Every time a script is modified, the addon will be reloaded.

Build

To build the addon, use:

npm run build

This will build a production version of the scripts in the dist folder, and packages them into a zip file in the build folder.