clean-code-architecture-starter
v1.1.5
Published
Starter files for backend development with Express.js using clean code architectural pattern
Downloads
7
Readme
Clean Code Architecture Starter
Command Line Interface (CLI) for Bootstrapping Clean Code Architecture
Clean Code Architecture Starter is a powerful and user-friendly CLI tool that allows you to quickly bootstrap new applications with with Express.js using the clean code architectural pattern. It simplifies the process of setting up a new project by providing a streamlined interface.
Overview
Clean Code Architecture Starter is a boilerplate project designed to kickstart backend development with Express.js while adhering to the clean code architectural pattern. It aims to simplify the setup process by providing a predefined folder structure and interfaces for creating basic CRUD APIs quickly.
Features
- Predefined folder structure following the clean code architectural principles.
- Interfaces for creating basic CRUD APIs.
- Easy setup and usage.
Usage
Run the Installer:
- Install
clean-code-architecture-starter
as a dependency.npm i -g clean-code-architecture-starter
- Run the following command:
cleanCode-starter
- Alternatively, you can use
npx
directly:npx clean-code-architecture-starter cleanCode-starter
- Install
Hooray, Ready to Use!
cd folder-name npm i npm start
Contributors
A big thank you to the contributors who have made this project possible:
License
This project is licensed under the MIT License.