blux-start
v1.6.0
Published
A zero-configuration CLI boilerplate generator to kickstart Node.js applications with a production-ready stack.
Readme
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)
