1.5.2 • Published 4d agoCLI
blux-start
Licence
MIT
Version
1.5.2
Deps
6
Size
12 kB
Vulns
0
Weekly
820
blux-start
A zero-configuration CLI boilerplate generator to kickstart Node.js applications with a production-ready stack.
Features
- TypeScript - Fully configured compiler and path aliases
- Express - Fast, unopinionated, minimalist web framework
- MSSQL - Pre-configured Microsoft SQL Server database integration
- Structure - Organized folder layout for scalable architecture
Quick Start
You can generate a new project instantly without installing the package globally. Run the following command in your terminal:
npx blux-start@latest init <projectName> <clientProjectName>Replace <projectName> with the actual name of your project folder.
Prerequisites
Before running the boilerplate, ensure you have the following installed on your machine:
- Node.js (v18.0.0 or higher recommended)
- npm (v9.0.0 or higher)