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

https://github.com/nventive/canary

A repository for nventive's canary needs
https://github.com/nventive/canary

Last synced: about 1 year ago
JSON representation

A repository for nventive's canary needs

Awesome Lists containing this project

README

          

# Canary
A repository for nventive's Canaries

## How to use
Here's an example of how to set a config
This would "cap" Uno.UI to a version below 3.1.0-dev.4.
```json
[
{
"PackageId": "Uno.UI",
"UpdatedVersion": "(,3.1.0-dev.4)"
}
]
```