https://github.com/francis560/express-cli-ultimate
Project builder for express js
https://github.com/francis560/express-cli-ultimate
cli cli-tool express express-cli express-generator generate generator javascript mongodb nodejs terminal typescript
Last synced: 2 months ago
JSON representation
Project builder for express js
- Host: GitHub
- URL: https://github.com/francis560/express-cli-ultimate
- Owner: francis560
- License: mit
- Created: 2022-05-22T14:39:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T01:48:16.000Z (almost 4 years ago)
- Last Synced: 2025-09-11T08:21:31.394Z (9 months ago)
- Topics: cli, cli-tool, express, express-cli, express-generator, generate, generator, javascript, mongodb, nodejs, terminal, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/express-cli-ultimate
- Size: 393 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Express Cli Ultimate
An easier way to build your project structure in express.
## Development Setup
### Prerequisites
- Install [Node.js] which includes [Node Package Manager][npm]
### Setting Up a Project
Install the Express cli ultimate globally:
```
npm install -g express-cli-ultimate
```
Create workspace:
```
ecu new
```
Run the application:
```
cd [PROJECT NAME]
npm i
npm run dev
```
**Love Express Cli Ultimate? Give our repo a star :star: :arrow_up:.**