backend-setup-tool
v2.0.5
Published
A powerful CLI tool to instantly scaffold a clean and scalable Node.js/Express.js backend for SQL or NoSQL projects.
Downloads
13
Maintainers
Readme
⚡ Backend Setup
A CLI tool to quickly set up a Node.js/Express.js backend structure with a predefined folder structure and essential files. Perfect for developers who want to save time and focus on building features instead of setting up boilerplate code.
Features
- 🚀 Quick Setup: Generate a complete backend structure in seconds.
- 📂 Predefined Folders: Includes
controllers,models,routes,middlewares,config, and more. - 🛠️ Customizable: Easily modify the generated files to fit your project needs.
- 📦 Supports SQL and NoSQL: Preconfigured for both Sequelize (SQL) and Mongoose (NoSQL).
Installation
Install the package globally using npm:
npm install -g backend-setup-toolUsage
Run the command:
backend-setup [project-name]Replace [project-name] with the name of your project.
e.g. backend-setup-tool my-app
or
You can run this command for default directory
backend-setupthis will generate the files on the same directory
Customization
You can customize the generated files by modifying the code
Contributing & Authors
A supercharged CLI tool to instantly scaffold a professional Node.js + Express.js backend...
