npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

drive-bundler

2.5.0

@mafintosh

npmHomeRepoSnykSocket
Downloads:112
$ npm install drive-bundler
DailyWeeklyMonthlyYearly

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