0.0.0 • Published 7 months ago

generator-firefox v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Firefox Extension Generator

Easily scaffold a Firefox extension using this Yeoman generator.

There are other generators out there, why should I use this one?

This generator prioritizes simplicity and flexibility. Unlike some alternatives, it doesn't impose specific build tools or testing frameworks. You have the freedom to use your preferred tools and methods, making the development process entirely tailored to your preferences.

TypeScript is not supported yet, but it will be soon.

Features

  • Easy to use: Just run yo firefox and follow the prompts.
  • Supports popup scaffolding: Choose whether or not to scaffold a popup.
  • (TypeScript support coming soon...)

Installation

First, install Yeoman and generator-firefox, using your preferred package manager:

npm install -g yo generator-firefox

Then generate your new project:

yo firefox

Follow the prompts, then you're all set! Refer to the generated README.md file for more information on how to test your extension.


Copyright (c) 2023 Yoshiboi18303

Licensed under the MIT License.