Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phryneas/generator-webext-typescript
- Owner: phryneas
- License: mit
- Created: 2017-07-28T16:26:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T16:56:33.000Z (over 7 years ago)
- Last Synced: 2024-10-10T20:19:30.180Z (27 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)