https://github.com/erikgiovani/create-express-js
The express project generator
https://github.com/erikgiovani/create-express-js
create express typescript
Last synced: 9 months ago
JSON representation
The express project generator
- Host: GitHub
- URL: https://github.com/erikgiovani/create-express-js
- Owner: erikgiovani
- License: mit
- Created: 2023-08-22T02:36:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T05:39:00.000Z (over 2 years ago)
- Last Synced: 2025-07-03T21:03:26.493Z (10 months ago)
- Topics: create, express, typescript
- Language: TypeScript
- Homepage:
- Size: 6.83 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Create Express JS
**The express project generator**
If you want create a **Express** project using **NPM** only need to use the next command on you terminal.
```bash
npx create-express-js
```
If you want create a **Express** project using **Yarn** only need to use the next command on you terminal.
```bash
yarn create express-js
```
If you want create a **Express** project using **PNPM** only need to use the next command on you terminal.
```bash
pnpm create express-js
```
---
Made with ❤️ by **Erik Giovani**