Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phryneas/generator-webext-typescript

generates a basic firefox webextension with typescript support
https://github.com/phryneas/generator-webext-typescript

Last synced: 14 days ago
JSON representation

generates a basic firefox webextension with typescript support

Awesome Lists containing this project

README

        

# yeoman webext-typescript

generates a basic firefox webextension with typescript support

```
$ npm install -g yo
$ npm install -g generator-webext-typescript
$ mkdir extension
$ cd extension
$ yo webext-typescript myExtensionName [email protected] http://example.com
```

for developing, run

```
$ npm run watch &
$ npm run firefox:start
```

for packaging, run

```
$ npm run build
```

for more information (signing etc.), see [the Documentation at mozilla](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext)