Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjohansebas/create-express


https://github.com/bjohansebas/create-express

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# create-express

Description

## Installation

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

```sh
pnpm create express # or pnpm, bun, etc.
```

or install globally

```sh
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 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](https://github.com/bjohansebas/create-express/blob/main/LICENSE)