{"library":"make-zaebis","title":"Scotch (make-zaebis)","description":"Scotch is a module bundler built on top of webpack, designed to simplify the bundling process for frontend and backend applications. The current version is 0.0.28, with an unknown release cadence (likely irregular as the project is WIP). It is not yet stable and should be considered experimental. It differentiates itself by aiming to provide a higher-level abstraction over webpack, but lacks documentation and community adoption.","language":"javascript","status":"deprecated","last_verified":"Sat Apr 25","install":{"commands":["npm install make-zaebis"],"cli":null},"imports":["import bundle from 'make-zaebis'","import bundle from 'make-zaebis'","import { build } from 'make-zaebis/build'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import bundle from 'make-zaebis';\n\nasync function main() {\n  const result = await bundle({\n    entry: './src/index.js',\n    output: { path: './dist', filename: 'bundle.js' },\n    mode: 'production'\n  });\n  console.log('Bundle created:', result);\n}\n\nmain().catch(console.error);","lang":"javascript","description":"Demonstrates basic usage of the default bundle function to bundle a JavaScript entry point.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}