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

https://github.com/oosugi20/gulp-resolverefs

Resolve splited YAML to JSON (OPS)
https://github.com/oosugi20/gulp-resolverefs

gulp json ref resolve swagger yaml

Last synced: 3 months ago
JSON representation

Resolve splited YAML to JSON (OPS)

Awesome Lists containing this project

README

          

# gulp-resolverefs
Resolve splited YAML to JSON (OPS)

# Usage

```javascript
var resolveRefs = require('gulp-resolverefs');

gulp.task('resolve-refs-json', function () {
return gulp.src('./test/yaml/index.yaml')
.pipe('index.json')
.pipe(gulp.dest('./dist/'));
});
```