Metadata-Version: 2.1
Name: web-ext-helper
Version: 1.0.0
Summary: A simple cli tool that helps you building your web extensions.
License: GPL-3.0-or-later
Author: AppSolves
Author-email: appsolves@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Web Extension Helper

Web Extension Helper is a command-line tool that simplifies the process of building web extensions. It provides a convenient interface to streamline the development and packaging of your web extensions.

## Features

- Easily scaffold a new web extension project.
- Automate common tasks like bundling and minification.
- Simplify the process of publishing your web extension.

## Installation

Web Extension Helper can be installed via pip:

```shell
pip install web-ext-helper

# or

python -m pip install web-ext-helper
```

## Usage

To use Web Extension Helper, run the web-ext-helper command followed by the desired action. Here are some examples:

```shell
* Build the web extension
web-ext-helper build

* Create a new manifest.json file
web-ext-helper manifest --create

* View the current manifest.json file
web-ext-helper manifest

* View the help menu
web-ext-helper --help
```

## Documentation

For more information, please visit the [documentation](https://www.appsolves.dev/docs/web-ext-helper/).

## License
This project is licensed under the terms of the [GNU GPL v3.0 license](LICENSE).

# Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create an issue or submit a pull request.

# Credits

This project was created, developed and is maintained by [AppSolves](https://www.appsolves.dev/).

# Support

If you need any assistance or have any questions, feel free to contact me at [appsolves@gmail.com](mailto:appsolves@gmail.com).
