rapidbackend
v1.0.0
Published
**RapidBackend** is a CLI tool designed to streamline the process of creating a backend application. Whether you're starting a new project with JavaScript or TypeScript, RapidBackend sets up everything you need to get started quickly with an Express serve
Downloads
3
Readme
RapidBackend
RapidBackend is a CLI tool designed to streamline the process of creating a backend application. Whether you're starting a new project with JavaScript or TypeScript, RapidBackend sets up everything you need to get started quickly with an Express server and essential configurations.
Features
- Initialize a new Node.js project with
npm init
- Optionally add TypeScript support with
tsc --init
- Set up a proper directory structure (
src
anddist
folders) - Generate starter code for a simple Express server
- Create
.gitignore
,.env
, and.env.sample
files - Automatically update
tsconfig.json
for TypeScript projects - Add essential dependencies to
package.json
Installation
To install RapidBackend, run the following command:
npm install -g rapidbackend
License
This project is licensed under the MIT License. See the LICENSE file for details.