create-express

Description

Installation

You don't need to install this package, run the following:

pnpm create express # or pnpm, bun, etc.

or install globally

npm i -g create-express # or pnpm, bun, etc.

Usage

Usage: @express/create [command] [options]

Options:
  -V, --version              output the version number
  --ts, --typescript         Initialize as a TypeScript project. (default)
  --js, --javascript         Initialize as a JavaScript project.
  -t, --template <template>  Specify a template.
  --empty                    Initialize an empty project.
  --disable-git              Skip initializing a git repository.
  --skip-install             Explicitly tell the CLI to skip installing
                             packages.
  --use-npm                  Explicitly tell the CLI to bootstrap the
                             application using npm.
  --use-pnpm                 Explicitly tell the CLI to bootstrap the
                             application using pnpm.
  --use-yarn                 Explicitly tell the CLI to bootstrap the
                             application using Yarn.
  --use-bun                  Explicitly tell the CLI to bootstrap the
                             application using Bun.
  -h, --help                 Display this help message.

Contributing

We're open to all community contributions!

License

MIT