Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magmax/apps
Applications and libraries
https://github.com/magmax/apps
Last synced: 13 days ago
JSON representation
Applications and libraries
- Host: GitHub
- URL: https://github.com/magmax/apps
- Owner: magmax
- Created: 2018-08-24T03:28:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T16:58:19.000Z (15 days ago)
- Last Synced: 2024-11-02T17:30:22.384Z (15 days ago)
- Language: Makefile
- Size: 26.4 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.jinja
Awesome Lists containing this project
README
# List of applications
This is my categorization for a lot of interesting webs and applications. Feel
free to contribute (in the last section you can see how){% for item in categories | dictsort %}
## {{ item[0]|capitalize }}
{% for app in item[1] | sort(attribute='name') -%}
- [{{ app.name }}]({{ app.url }}): {{ app.description }}
{%- endfor %}
{%- endfor %}# Contribute
Three easy steps:
- Edit the apps.yaml file. It is very easy. Try to reuse as many tags as
possible. New apps must be inserted at the end.
- Run `make`. This will download the `taggeator.py` program and will execute it
overriding the `README.md` file.
- Make a pull-request.