typescript_express_cli

1.0.1 • Public • Published

create-express-ts

A CLI tool to quickly set up an Express.js + TypeScript project structure.

Features

  • Automatically creates a complete folder structure.
  • Pre-configures package.json and tsconfig.json.
  • Installs all necessary dependencies for an Express + TypeScript project.

Installation

  1. Install it globally
npm i -g typescript_express_cli

2.For create structure

create-express-ts <your_project_name>

The CLI generates the following folder structure:

<your_project_name>/
├── src/
│   ├── routes/
│   ├── controllers/
│   ├── models/
│   ├── configs/
│   ├── services/
│   ├── assets/
│   ├── data/
├── .env
├── .gitignore
├── tsconfig.json
├── package.json
├── README.md

Package Sidebar

Install

npm i typescript_express_cli

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

5.46 kB

Total Files

3

Last publish

Collaborators

  • samiran2004