speedpress

1.0.1 • Public • Published

SpeedPress

A CLI tool to initialize a new express project with in TypeScript with a clean architecture and a set of files that are commonly used in every project.

All files have the necessary, commonly used code to get started with a new project.

Project Structure

.
├── dist
├── Dockerfile
├── package.json
├── package-lock.json
├── README.md
├── src
│   ├── config
│   │   └── index.ts
│   ├── controllers
│   │   └── index.ts
│   ├── index.ts
│   ├── middlewares
│   │   └── index.ts
│   ├── models
│   │   └── index.ts
│   ├── routes
│   │   └── index.ts
│   ├── services
│   │   └── index.ts
│   └── utils
│       └── index.ts
├── swagger.yaml
├── tests
└── tsconfig.json

Installation

  npm install -g speedpress

Usage

  speedpress init <project-name>

Package Sidebar

Install

npm i speedpress

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

65.3 kB

Total Files

40

Last publish

Collaborators

  • ahmed1monm