create-new-express-app

A CLI tool to create a TypeScript Express application with best practices

MIT License

Downloads
271
Stars
2
Committers
1

Bot releases are hidden (Show)

create-new-express-app - v1.0.10

Published by NitinS87 26 days ago

What's Changed

  • [BUG] Failed to initialize git repository #8

Full Changelog: https://github.com/NitinS87/create-new-express-app/compare/v1.0.8...v1.0.10

create-new-express-app - v1.0.8

Published by NitinS87 26 days ago

What's Changed

  • [FEATURE] Add support for params and query params type checking by @NitinS87 in https://github.com/NitinS87/create-new-express-app/pull/7
  • [BUG] On throwing custom error, entire app crashes down #5
  • [BUG] Swagger configuration for default route is incorrect #4
  • [FEATURE] Add feature to get autocompletion for request object #3
  • [BUG] Echo Schema not showing up #2
  • [BUG] Swagger OpenAPI JSON spec not opening #1

New Contributors

Full Changelog: https://github.com/NitinS87/create-new-express-app/compare/v1.0.7...v1.0.8

create-new-express-app - v1.0.7 Latest Release

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.6

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.5

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.4

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.3

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.2

Published by NitinS87 about 2 months ago

Features

  • Installing dependecies
  • Initialized git repository

Full Changelog: https://github.com/NitinS87/create-new-express-app/compare/v1.0.1...v1.0.2

create-new-express-app - v1.0.1

Published by NitinS87 about 2 months ago

create-new-express-app - v1.0.0

Published by NitinS87 2 months ago

Full Changelog: https://github.com/NitinS87/create-new-express-app/commits/v1.0.0

Introduction

A CLI tool to create a TypeScript Express application with best practices. The easiest way to create a new Express app is to use the Create New Express App. The Create New Express App is a tool that generates a new Express app with a predefined folder structure. To create a new Express app using the Create New Express App, follow these steps:

Features

Supports only one template application with features like:

  • typescript
  • zod
  • architecture
  • jest
  • eslint & prettier
  • husky
  • winston & morgan
  • docker

Usage

You can use the following command to create a new Express app using npx:

npx express-generator my-express-app