Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmezza/qtws-store
A store for qtws - https://github.com/intersimone999/qtws
https://github.com/mattmezza/qtws-store
app marketplace qt qt5 store web webapp
Last synced: 4 days ago
JSON representation
A store for qtws - https://github.com/intersimone999/qtws
- Host: GitHub
- URL: https://github.com/mattmezza/qtws-store
- Owner: mattmezza
- License: mit
- Created: 2018-04-14T20:58:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T07:41:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T07:09:58.658Z (26 days ago)
- Topics: app, marketplace, qt, qt5, store, web, webapp
- Language: Ruby
- Homepage: https://mattmezza.github.io/qtws-store/apps.json
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
qtws-store
====This is the app store of [qtws](https://github.com/intersimone999/qtws)
Developed an app? Wanna add it to the store? [Click here and make a PR](https://github.com/mattmezza/qtws-store/pulls/new?template=NEW_APP.md)
List of commands:
- `qtws-store update` -> fetches the new data from the repo
- `qtws-store upgrade` -> upgrades the store and writes to the filesystem
- `qtws-store search` -> searches apps
- `qtws-store help` -> shows help dialog
- `qtws-store version` -> the store version you are runningThere are some APIs
- `https://mattmezza.github.io/qtws-store/apps.json` this gets you the full list of the available apps
- `https://mattmezza.github.io/qtws-store/apps/name-app/app.json` gets you the single app manifest fileMatteo Merola