Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark authored Sep 19, 2024
1 parent ac1d71e commit 3b88152
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# quick_start_express
Quick Start Express npm package.
# Quick Start Express
A simple CLI tool to generate Express servers from multiple available templates.

# Commands

## Version
View current tool version.
```
qse -v
```
```
qse --version
```

## Init
Initialize a basic Express.js server.

```
qse init
```

### Output
<div align="center">
<img src="https://github.com/user-attachments/assets/7e246ad7-add4-479a-9970-e3d79e8480ac" width="800px"/>
</div>

## Clear
Clear Directory.

```
qse clear
```

### Output
<div align="center">
<img src="https://github.com/user-attachments/assets/f886fc9f-7378-4904-8177-e7c0842becb6" width=600px"/>
</div>



0 comments on commit 3b88152

Please sign in to comment.