https://github.com/drone/spec
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drone/spec
- Owner: drone
- Created: 2022-10-19T01:07:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T12:16:36.000Z (about 1 year ago)
- Last Synced: 2025-08-16T02:59:20.005Z (11 months ago)
- Language: JavaScript
- Size: 387 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```