{"library":"pakku","title":"Pakku","description":"Pakku (v1.4.1) is a command-line web bundler and compiler that processes entire web sites: it scans for assets, links, pages, and images; versionizes filenames using Git commit IDs (cache busting); optimizes/minifies HTML, JavaScript, CSS, Less, JPEG, PNG, GIF, SVG; and supports data attributes for inline expansion and dev-only stripping. Differentiated by its holistic site-centric approach (vs module bundlers like Webpack) and zero-config philosophy. Released under MIT/BSD. Maintained on GitHub (zanona/pakku). Release cadence is irregular; latest stable v1.4.1 (2020-03-29). Requires Node >=6.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install pakku"],"cli":{"name":"pakku","version":null}},"imports":["npx pakku <input> <output>","<link rel=stylesheet href=main.css data-inline> → <style>/* inlined CSS */</style>","<div data-dev>...content...</div> (removed in build output)"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"mkdir -p my-project/src my-project/dist\ncd my-project\necho '<!DOCTYPE html><html><script>alert(\"hello\")</script></html>' > src/index.html\nnpx pakku src/index.html dist\n# Output: dist/index.html (minified) and dist/script.js?<hash> (if referenced)\necho \"Build complete. Check dist/\"","lang":"javascript","description":"Shows basic usage: create an HTML file, run pakku to build minified output with cache-busted filenames.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}