/Buildtool

Commandline utility to build the @BasicBrowsing addon.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

BasicBrowsing Buildtool

The tool to build, run & translate the BasicBrowsing addon.


Setup

Please follow the Setup Guide before continuing.



Bundling

How to bundle the project to an addon.

deno run                                \
    --allow-all                         \
    --unstable                          \
    --importmap=Buildtool/Imports.json  \
    Buildtool/Source/App.js

This is a temporary way of executing the bundler.