{"id":18287,"library":"efte-bundler","title":"efte-bundler","description":"efte-bundler is a global CLI tool for bundling frontend assets, currently at version 0.1.3. It provides a simple command-line interface to check for updates via an API endpoint and output bundled files to a specified directory. As a minimal bundler, it lacks advanced features like module resolution or code splitting, and appears to be early in development with no clear release cadence.","status":"active","version":"0.1.3","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install efte-bundler","lang":"bash","label":"npm"},{"cmd":"yarn add efte-bundler","lang":"bash","label":"yarn"},{"cmd":"pnpm add efte-bundler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"The CLI is invoked as 'efb' after global install. Option values should be space-separated.","wrong":"efb --api=url","symbol":"CLI (command)","correct":"efb --api http://example.com/checkupdate"}],"quickstart":{"code":"npm install -g efte-bundler\nefb --api http://localhost:3000/checkupdate --dir ./dist","lang":"bash","description":"Installs efte-bundler globally and runs the bundler targeting an API endpoint."},"warnings":[{"fix":"Always specify --api option.","message":"No default API endpoint; must provide --api or it will fail.","severity":"gotcha","affected_versions":">=0.1"},{"fix":"Use npm install -g efte-bundler.","message":"Global install (-g) required for CLI usage.","severity":"gotcha","affected_versions":">=0.1"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install -g efte-bundler","cause":"Package not installed globally.","error":"efb: command not found"},{"fix":"Add --api <url> to your efb command.","cause":"Missing --api option.","error":"Error: API URL is required"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}