A collection of apps for WebCatalog.
If you have an web application you'd like to see added, please read the contributing doc.
This package is a joint effort between humans and robots.
First, a human adds an app:
apps
└── hyper
├── hyper-icon.png
└── hyper.yml
The yml file requires just a few fields:
name: Hyper
url: 'https://hyper.is'
category: 'Developer Tools'
The human then opens a PR. Tests pass, the PR gets merged. Yay!
Later, a bot comes along and generate additional files. Lastly, the bot publishes a new release to S3.
MIT