Skip to content

goto-bus-stop/deps-write

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deps-write

write modules from a module-deps stream to the filesystem instead of bundling

npm travis standard

Install

npm install deps-write

Usage

var unpack = require('browser-unpack')
var toStream = require('from2-array')
var depsWrite = require('deps-write')

var modules = unpack(bundleSource)
toStream(modules)
  .pipe(depsWrite({ dir: './modules' }))

License

Apache-2.0

About

write modules from a module-deps stream to the filesystem instead of bundling

Resources

License

Stars

Watchers

Forks

Packages

No packages published