efte-bundler

raw JSON →
0.1.3 verified Sat Apr 25 auth: no javascript

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.

error efb: command not found
cause Package not installed globally.
fix
npm install -g efte-bundler
error Error: API URL is required
cause Missing --api option.
fix
Add --api <url> to your efb command.
gotcha No default API endpoint; must provide --api or it will fail.
fix Always specify --api option.
gotcha Global install (-g) required for CLI usage.
fix Use npm install -g efte-bundler.
npm install efte-bundler
yarn add efte-bundler
pnpm add efte-bundler

Installs efte-bundler globally and runs the bundler targeting an API endpoint.

npm install -g efte-bundler
efb --api http://localhost:3000/checkupdate --dir ./dist