extension-exporter
v0.0.2
Published
A CLI tool for exporting browser extensions
Readme
🚀 Extension Exporter
Extension Exporter is a powerful ⚙️ CLI tool that helps developers package and export browser extensions 🌐 in a standardized and efficient way.
📦 Usage
Run the following command using your preferred package runner:
# 🚀 Using NPX
npx extension-exporter
# ⚡ Using PNPM
pnpm dlx extension-exporterThe CLI will launch an interactive prompt ✨ to guide you through selecting, packaging, and exporting your browser extension.
🌟 Features
- 🧭 Interactive CLI – Step-by-step guided prompts for easy configuration.
- 🧩 Multi-format Support – Export for Chrome, Firefox, and other browser formats.
- ⚡ Parallel Processing – Speeds up packaging using concurrent tasks.
- 🧠 TypeScript Support – First-class support for TypeScript-based projects.
- 🛡️ Robust Error Handling – Validates configs and provides clear feedback.
🛠️ Development
Set up your local development environment:
# 📥 Install dependencies
bun install
# 🏗️ Build the project
bun run build
# 🧹 Lint the code
bun run lint
# 🎨 Format the code
bun run format
# 🔍 Type-check the project
bun run typecheck📄 License
MIT – see LICENSE for details.
🛡️ Security
Please report any vulnerabilities via our Security Policy. We take security seriously. 🔐
