Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikgiovani/create-express-js
The express project generator
https://github.com/erikgiovani/create-express-js
create express typescript
Last synced: 3 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T05:39:00.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:18:17.837Z (10 months ago)
- Topics: create, express, typescript
- Language: TypeScript
- Homepage:
- Size: 6.83 MB
- Stars: 5
- 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**