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
- Host: GitHub
- URL: https://github.com/trickypr/xpi-creator
- Owner: trickypr
- License: unlicense
- Created: 2022-01-25T02:36:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T08:16:59.000Z (over 4 years ago)
- Last Synced: 2025-09-12T09:39:31.030Z (10 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```