{"library":"paper-enroll","title":"paper-enroll","description":"paper-enroll is a bundler for h5-projects, currently at version 0.0.1. It is an early-stage tool with no stable release cadence. Its key differentiator is focus on H5 project bundling, but lacks documentation and community adoption. Compared to mature bundlers (Webpack, Vite), it is experimental.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install paper-enroll"],"cli":null},"imports":["import { bundle } from 'paper-enroll'","import { createProject } from 'paper-enroll'","import type { Config } from 'paper-enroll'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { bundle } from 'paper-enroll';\n\nasync function main() {\n  const result = await bundle({\n    entry: './src/index.html',\n    output: './dist',\n    minify: true,\n  });\n  console.log('Bundled successfully:', result.files);\n}\n\nmain().catch(console.error);","lang":"typescript","description":"Demonstrates basic bundling of an H5 project with entry and output paths.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}