create-backend-ts

1.0.6 • Public • Published

⚡ create-backend-ts

A zero-config CLI tool to scaffold a modern TypeScript + Express backend in seconds.
Create a fully configured Node.js server with one command.

npm license downloads types


🚀 What is this?

create-backend-ts is a CLI tool that scaffolds a complete Node.js backend project with:

  • ✅ TypeScript + Express preconfigured
  • ✅ Environment setup with .env
  • ✅ Auto-generated .gitignore, README.md, and tsconfig.json
  • ✅ Git repository initialized
  • ✅ Full directory structure (src/routes, controllers, etc.)
  • ✅ Ready to run with npm run dev

Perfect for hackathons, prototypes, or starting production-ready APIs.


🧪 Try it now

No global install needed!

npx create-backend-ts my-api
cd my-api
npm install
npm run dev

Folder structure

my-api/
├── src/
│   ├── index.ts
│   ├── routes/
│   └── controllers/
├── .env
├── .gitignore
├── tsconfig.json
├── package.json
├── README.md
└── dist/

Package Sidebar

Install

npm i create-backend-ts

Weekly Downloads

16

Version

1.0.6

License

MIT

Unpacked Size

13.9 kB

Total Files

19

Last publish

Collaborators

  • dushyant_45