This is a stream wrapper for follow and follow-registry.
Pass in the options object for follow and get an object stream based on it.
var followStream = require('follow-stream').follow({...});Same for follow-registry.
var followRegistryStream = require('follow-stream').followStream({...});MIT License. See LICENSE.txt.