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.
Common errors
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.
Warnings
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.
Install
npm install efte-bundler yarn add efte-bundler pnpm add efte-bundler Imports
- CLI (command) wrong
efb --api=urlcorrectefb --api http://example.com/checkupdate
Quickstart
npm install -g efte-bundler
efb --api http://localhost:3000/checkupdate --dir ./dist