create-devx
v1.0.0
Published
DevXEnterprise cli tool
Downloads
8
Maintainers
Readme
Create devx
The simplest method to kick off an Express.js project with TypeScript is to use npx create-devx. This command-line tool allows you to swiftly begin developing a new Express.js application, with all the necessary setup already configured for you.
Interactive
You can create a new project interactively by running:
npx create-devx@latestNon-interactive
You can also pass command line arguments to set up a new project
non-interactively. See create-devx --help:
Usage: create-devx <project-directory> [options]