Skip to content

holepunchto/drive-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drive-bundler

Extract bundles from drives

npm install drive-bundler

Usage

const DriveBundler = require('drive-bundler')

const b = new DriveBundler(drive)

const { entrypoint, resolutions, sources } = await b.bundle('/my-entrypoint.js')

License

Apache-2.0