{"library":"bit-bundler-service","type":"library","category":null,"description":"bit-bundler-service is a standalone web service, currently at version 2.0.0, that exposes a GraphQL API for bundling JavaScript modules. It allows users to specify npm modules, optionally with versions, which are then bundled, minified, and provided with sourcemaps. Key goals for this experimental project included bundling GitHub projects, bundle splitting, Babel integration, and providing hypermedia responses and webhooks. The service offers a GraphQL interface to create and retrieve these bundles, aiming to simplify the module bundling process via an API. The project README indicates it's an experiment, suggesting a non-active release cadence and a focus on exploring GraphQL integration with bit-bundler rather than robust production deployment.","language":"javascript","status":"abandoned","version":"2.0.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install bit-bundler-service","imports":["// Interact via HTTP POST requests to http://localhost:4000/graphql","const query = `query bundler($modules: [Module]) { bundler { createBundle(modules: $modules) } }`; /* ... then POST to /graphql with variables */","const query = `query getBundle { bundler { getBundle(id: \"BUNDLE_ID\") { hash, bundle, sourcemap } } }`; /* ... then POST to /graphql */"]},{"cmd":"yarn add bit-bundler-service","imports":[]},{"cmd":"pnpm add bit-bundler-service","imports":[]}],"homepage":null,"github":"https://github.com/MiguelCastillo/bit-bundler-service","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/bit-bundler-service","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/bit-bundler-service/compatibility"}}