# generator-firefoxos **Repository Path**: mirrors_stephenplusplus/generator-firefoxos ## Basic Information - **Project Name**: generator-firefoxos - **Description**: FirefoxOS yeoman generator - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generator FirefoxOS A Yeoman generator for **Firefox OS** apps. ## Getting started 1. Make sure you have [yo](https://github.com/yeoman/yo) installed: `npm install -g yo` 1. Install the generator **globally**: `npm install -g generator-firefoxos` 1. Run: `yo firefoxos` Now you will have a Firefox OS app skeleton, ready to be deployed to a device. To install the app in a phone for the first time, run: ```bash $ grunt push $ grunt reset ``` ## The tutorial Please read [How to develop apps for Firefox OS](https://github.com/pdi-innovation/generator-firefoxos/wiki/How-to-develop-apps-for-Firefox-OS) to know how you can use this generator to develop your own apps. After that, you might want to take a look at [What's included out of the box (and why)](https://github.com/pdi-innovation/generator-firefoxos/wiki/What%27s-included-out-of-the-box-%28and-why%29) to have an understanding of all the tools and libraries that are available to you. ## License [MIT License](http://en.wikipedia.org/wiki/MIT_License)