2022-03-16 21:29:20 +01:00
# OneForAll
2022-03-16 21:42:52 +01:00
> License management Software - Easy to use and Extensible
2022-03-16 21:29:20 +01:00
< img src = "![image](https://user-images.githubusercontent.com/101731147/158679084-abd69aa5-78a3-4122-b443-1fa2a2d82325.png)" / >
## 🚩 Table of Contents
2022-03-16 21:30:37 +01:00
- [Why OneForAll? ](#-why-oneforall )
2022-03-16 21:29:20 +01:00
- [Browser Support ](#-browser-support )
- [Pull Request Steps ](#-pull-request-steps )
- [License ](#-license )
## 🤖 Why OneForAll?
OneForAll provides an affordable way to manage licences for small or even large businesses.
### UI
* **Dark Theme** : A dark theme is in the works.
### Plugins
We are planning to bring plugin support in the future.
## 🎨 Features
2022-03-16 21:36:11 +01:00
* [Viewer]![image](https://user-images.githubusercontent.com/101731147/158681174-ea3bbf52-c300-453e-a915-737474b33cd2.png) : View license and edit with the click of a button.
* [Editor]![image](https://user-images.githubusercontent.com/101731147/158681512-c8839553-28e2-41d7-92e1-43a78b786bd4.png) : Edit license and send the change.
2022-03-16 21:29:20 +01:00
## 🌏 Browser Support
| < img src = "https://user-images.githubusercontent.com/1215767/34348387-a2e64588-ea4d-11e7-8267-a43365103afe.png" alt = "Chrome" width = "16px" height = "16px" / > Chrome | < img src = "https://user-images.githubusercontent.com/1215767/34348380-93e77ae8-ea4d-11e7-8696-9a989ddbbbf5.png" alt = "Edge" width = "16px" height = "16px" / > Edge | < img src = "https://user-images.githubusercontent.com/1215767/34348383-9e7ed492-ea4d-11e7-910c-03b39d52f496.png" alt = "Firefox" width = "16px" height = "16px" / > Firefox |
| :---------: | :---------: | :---------: |
| Yes | Yes | Yes |
## 🔧 Pull Request Steps
OneForAll is open source, so you can make a pull request(PR) to fix an issue.
### Setup
Fork `main` branch into your personal repository. Clone it to your local computer. Before starting development, you should check if there are any errors.
```sh
$ git clone https://github.com/{your-personal-repo}/OneForAll.git
```
### Pull Request
2022-03-16 21:34:24 +01:00
Before uploading your PR, test one last time to check if there are any errors. If there are no errors, commit and then push to `main` !
2022-03-16 21:29:20 +01:00
## 📜 License
2022-03-16 21:34:24 +01:00
This software is licensed under the [GNU GPLv3 ](LICENSE.md ) license.
2022-03-16 21:29:20 +01:00