Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjohansebas/create-express
https://github.com/bjohansebas/create-express
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjohansebas/create-express
- Owner: bjohansebas
- Created: 2024-10-16T00:21:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T02:26:39.000Z (3 months ago)
- Last Synced: 2024-10-26T23:49:42.303Z (2 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)