TSXP
  • 👋Welcome
  • 🤔Why ?
  • 📝Usage
  • 📁Folder Structure
  • API
    • App
    • Controller
    • Routes
    • Middlewares
    • Auth
    • Error
    • Other
Powered by GitBook
On this page

Was this helpful?

Welcome

An online API documentation with examples to get started with @TSXP.

NextWhy ?

Last updated 3 years ago

Was this helpful?

Welcome to TSXP, a utility library built on top of Express.js with Typescript. Create a scalable backend app using Typescript's power and Express.js's simplicity ⚡

Installation

TSXP provides a cli to scaffold a project. Installation is done using the npx command:

npx @tsxp/cli <project-name>

👋