Guided CLI Flow
A clean interactive prompt sequence that gets your project scaffolded in minutes.
bextool is a multi-project CLI that generates production-ready starter apps from one interactive flow for frontend, backend, full-stack, mobile, extensions, and more.
Features
A clean interactive prompt sequence that gets your project scaffolded in minutes.
Pick from a massive registry of production-ready templates for any stack.
Frontend
React+Vite
Backend
Node+Express
Mobile
React Native
Extension
Chrome MV3
Powered by Handlebars templates and a modular generator system under the hood.
// 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.
export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<h1 className="text-4xl font-bold">
Welcome to my-app!
</h1>
<p>
Get started by editing src/app/page.tsx
</p>
</main>
);
}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.