{"library":"pallet-bundler","title":"Pallet Bundler","description":"Pallet is a zero-config JavaScript bundler that processes an HTML entry point and automatically bundles linked JS and CSS into separate files. Version 1.0.12 is the latest stable release with infrequent updates. It offers a simple CLI with options for entry, output directory, and file naming, plus a config file for customization. Unlike webpack or Parcel, Pallet focuses on minimal setup and HTML-first bundling, making it suitable for small static sites or prototyping.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install pallet-bundler"],"cli":{"name":"pallet","version":null}},"imports":["import { bundle } from 'pallet-bundler'","npx pallet","module.exports = { ... }"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"mkdir my-project && cd my-project\necho '<html><head><link rel=\"stylesheet\" href=\"style.css\"></head><body><script src=\"script.js\"></script></body></html>' > index.html\necho 'body { background: red; }' > style.css\necho 'console.log(\"hello\");' > script.js\nnpm install -g pallet-bundler\npallet -e index.html -d dist\nls dist/","lang":"javascript","description":"Creates a simple project with HTML, CSS, and JS files, then bundles them into a dist folder using CLI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}