Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanratcliffe/kriterion_spec
OpenAPI Spec for Kriterion
https://github.com/dylanratcliffe/kriterion_spec
compliance kriterion puppet
Last synced: 2 days ago
JSON representation
OpenAPI Spec for Kriterion
- Host: GitHub
- URL: https://github.com/dylanratcliffe/kriterion_spec
- Owner: dylanratcliffe
- License: mit
- Created: 2018-04-11T13:10:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T05:39:02.000Z (about 6 years ago)
- Last Synced: 2024-12-08T10:24:10.277Z (about 2 months ago)
- Topics: compliance, kriterion, puppet
- Language: JavaScript
- Homepage: https://github.com/dylanratcliffe/kriterion
- Size: 9.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kriterion OpenAPI Specification
[![Build Status](https://travis-ci.org/dylanratcliffe/kriterion_spec.svg?branch=master)](https://travis-ci.org/dylanratcliffe/kriterion_spec)## Links
- Documentation: https://dylanratcliffe.github.io/kriterion_spec/
## Working on specification
### Install
```
docker pull swaggerapi/swagger-editor
```### Usage
1. Run `docker run -d -p 5000:8080 swaggerapi/swagger-editor`
1. Open http://localhost:5000
1. Note that your changes will not be saved, you will need to copy-paste them locally to save
2. Once you finish with the changes you can run tests using: `npm test`
2. Share you changes with the rest of the world by pushing to GitHub :smile: