{"library":"packly","title":"Packly","description":"Packly is an HTML bundler for JavaScript applications. The current stable version is v0.0.4, released on an unscheduled cadence. It bundles HTML files and their dependencies into a single output. Key differentiators: lightweight, no heavy configuration, and TypeScript support. As an early-stage project, it may have limited features compared to mature bundlers like webpack or Parcel. Suitable for simple projects needing quick bundling without complex setups.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install packly"],"cli":{"name":"packly","version":null}},"imports":["import { bundle } from 'packly'","import type { PacklyOptions } from 'packly'","import packly from 'packly'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { bundle } from 'packly';\n\nasync function build() {\n  const result = await bundle('src/index.html', {\n    outdir: 'dist',\n    minify: true,\n  });\n  console.log('Bundled files:', result.files);\n}\n\nbuild();","lang":"typescript","description":"Demonstrates bundling an HTML file with Packly, specifying output directory and minification.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}