This repository is used for to store source code of various scripts used within Wikimedia projects (e.g. Wikipedia, Wikidata, etc.).
To bundle, run:
$ deno task buildTo bundle some targets, but not all targets, use:
$ deno task build <codename> # replace <codename> with codenames defined in config.tsAfter bundle, to publish, run:
$ deno task publishTo bundle and publish at the sametime, run:
$ deno task buildnpublish [<codename>] # replace <codename> with codenames defined in config.ts, if not passed then asssume all targets