Closed yocontra closed 7 years ago
Should it be strict Vinyl adapters only or other related things too, like eg. vinyl-paths? If the latter, the keyword vinyl-adapters
doesn't make sense and we would be better served with a more generic one like vinyl-modules
.
@sindresorhus vinyl modules like vinyl-paths are gulp plugins, so it's okay for them to be tagged with gulpplugin
or for non-stream modules that work with vinyl objects to be gulpfriendly
- I consider gulp just vinyl + vinyl-fs + a task system so it makes sense to think of it as an extension to vinyl. vinyl adapters are something more specific though, used to describe the head or tail of a stream of these vinyl/gulp transformations
Has there been any updates on a vinyl adapter for dropbox?
As per: https://github.com/gulpjs/vinyl/issues/38, we are still looking for dropbox implementation.
All the user-land dropbox libraries look unmaintained, including the official one. :-\
I've previously contributed to https://github.com/sintaxi/dbox ( I added stream interfaces ), so I guess I'll try to update that library unless anyone has a better idea.
@Marak Haven't seen anything with dropbox, feel free to tackle that w/ a blessing
Moved to the "plugins" repo where this actually belongs.
Need to pick a new npm keyword and add listing of these to the site