Guided CLI Flow
A clean interactive app scaffolding flow that generates starter projects in minutes.
bextool is an open-source app generator CLI that scaffolds production-ready starter apps from one interactive flow for frontend, backend, full-stack, mobile, browser extensions, and more.
Latest Release
2.0.2
Current npm version
Weekly Pull
161
Last 7 days
Monthly Pull
727
Last 30 days
Features
A clean interactive app scaffolding flow that generates starter projects in minutes.
Pick from a broad registry of production-ready starter templates for any stack.
Frontend
React+Vite
Backend
Node+Express
Mobile
React Native
Extension
Chrome MV3
Powered by Handlebars templates and a modular CLI generator architecture.
// src/config/frameworks.js
export const frameworks = [
{ "name": "frontend", ... }
];
Includes ready-to-run scripts and baseline files so you can start coding instantly.
Universal Template Ecosystem
The CLI will prompt you for: project category, framework, package manager, as well as shared metadata like name and description.
Run the CLI locally from the repository with:
Before publishing the package to npm, ensure you run:
Community
The project is built and maintained by contributors driving CLI ergonomics, release quality, and cross-browser support.