gulp-json-refs

0.1.1 • Public • Published

gulp-json-refs

Gulp wrapper for json-refs - Various utilities for JSON References, and JSON Pointers since JSON References are part JSON Pointer.

Project Badges

  • Build status: Build Status
  • Dependencies: Dependencies
  • Developer dependencies: Dev Dependencies
  • Downloads: NPM Downloads Per Month
  • Gitter: Join the chat at https://gitter.im/scott-morris/gulp-json-refs
  • License: License
  • Version: NPM Version

Note that this is still in early (and heavy) development

Why?

Let's say you have a number of files with multiple references that you'd like to resolve. This will get it done.

Installation

Install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-json-refs

Usage

var json_refs = require('gulp-json-refs');
 
gulp.task('resolveRefs', function() {
  return gulp.src('data/*.json')
    .pipe(json_refs())
    .pipe(gulp.dest('dist'));
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • beta
  • 0.1.1
    118
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    118
  • 0.0.1
    0

Package Sidebar

Install

npm i gulp-json-refs

Weekly Downloads

118

Version

0.1.1

License

MIT

Last publish

Collaborators

  • scott.morris