Skip to content

CwaBackendSetup

Pre-release
Pre-release
Compare
Choose a tag to compare
@codewithashim codewithashim released this 27 Jun 05:50

cwa-backend-setup

cwd-backend-setup is a CLI tool to automate the setup of a common Express.js backend. This tool helps you quickly scaffold a backend setup without rewriting the setup each time.

Features

  • Copies a predefined backend setup to your current working directory
  • Includes common configurations such as .env.example, .eslintignore, .eslintrc, .gitignore, .prettierrc, docker-compose.yml, Dockerfile, package.json, and tsconfig.json
  • Easily extendable to include more configurations as needed

Installation

To install cwa-server-setup, you need to have Node.js and npm installed on your machine. You can install the package globally using npm:

npm install -g cwa-backend-setup
cwa-backend-setup