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

https://github.com/trickypr/xpi-creator

A little bash tool to create unsigned xpi files
https://github.com/trickypr/xpi-creator

Last synced: 5 months ago
JSON representation

A little bash tool to create unsigned xpi files

Awesome Lists containing this project

README

          

# xpi-creator

Building unsigned XPI files for firefox is annoying. This program automates that process. Usage:

```sh
xpi-creator
```

## Example

Here is an example of how you would package [cascade](https://github.com/andreasgrafen/cascade).

```sh
git clone https://github.com/andreasgrafen/cascade.git
xpi-creator cascade/ cascade.xpi
```