gulpjs / gulpjs.github.io

The gulp website
http://gulpjs.com
45 stars 44 forks source link

vinyl adapters #17

Closed yocontra closed 7 years ago

yocontra commented 9 years ago

Need to pick a new npm keyword and add listing of these to the site

sindresorhus commented 9 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.

yocontra commented 9 years ago

@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

Marak commented 8 years ago

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.

yocontra commented 8 years ago

@Marak Haven't seen anything with dropbox, feel free to tackle that w/ a blessing

phated commented 7 years ago

Moved to the "plugins" repo where this actually belongs.