Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gebeto/crms

Cydia Repo Managment System for GitHub Pages
https://github.com/gebeto/crms

cydia cydia-free-repo cydia-repo cydia-tweak cydia-tweaks dpkg free-repository node

Last synced: about 1 month ago
JSON representation

Cydia Repo Managment System for GitHub Pages

Awesome Lists containing this project

README

        

# CRMS
Cydia Repo Managment System for GitHub Pages

## Requirements

### MacOS
```sh
brew install dpkg
```

### Linux

#### Alpine
```sh
apk add dpkg-dev
```

#### Debian
```sh
apt install dpkg-dev
```