Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magmax/apps

Applications and libraries
https://github.com/magmax/apps

Last synced: 13 days ago
JSON representation

Applications and libraries

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.