1.0.0 • Published 1 year ago
create-devx v1.0.0
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@latest
Non-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]
1.0.0
1 year ago