Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 289 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 289 Bytes

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