Back to Projects
Open Source

Node TS Generator

A CLI tool to instantly scaffold a production-ready Node.js & TypeScript backend. Built with clean architecture, strict linting, and Docker support out of the box.

npx @mohaimin95/node-ts-generator init <app-name>
View on NPM View Source

Structured Scaffolding

Predefined folder structure following industry best practices for scalable Node.js applications.

TypeScript & Path Alias

Fully configured TypeScript with path aliases (@app/...) for cleaner imports and better maintainability.

Linting & Formatting

ESLint and Prettier pre-configured to ensure code quality and consistency from day one.

Docker Ready

Includes a Dockerfile optimized for production, making containerization seamless.

Webpack Build

Uses Webpack for bundling, ensuring optimized and efficient production builds.

VSCode Debugging

Ready-to-use launch.json for a smooth debugging experience directly in VSCode.