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

https://github.com/drone/spec


https://github.com/drone/spec

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Install dependencies:

```
npm install
```

Generate the schema bundle at `dist/schema.json`

```
npm run bundle
```

Generate the parser code at `dist/go`

```
npm run generate
```