0.1.4 • Published 8 years ago

generator-webext-typescript v0.1.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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 myExtension@example.com 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

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago