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

Was this helpful?

Usage

All through your terminal 💻

PreviousWhy ?NextFolder Structure

Last updated 3 years ago

Was this helpful?

Generate Project

CLI provides a command to create your new project:

npx @tsxp/cli <project-name>

change <project-name> to whatever project name you want and make sure the project directory is not already present in the current directory.

Once the npx command succeed, cli will ask you to choose the template between:

  • Basic

  • Advance (recommended)

choose any of the template then cli will start installing dependencies.

📝