Skip to content

Commit

Permalink
chore: Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
fadhlaouir committed Mar 18, 2024
1 parent a24e751 commit d1879f3
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,21 @@ npm install
```sh
.
├── .husky
│ ├── _
│ │ ├── .gitignore
│ │ └── husky.sh
│ ├── pre-commit
│ └── pre-push
├── bin
│ └── cli.js
├── cli
│ ├── _
│ │ ├── deleteCrud.js
│ │ ├── generateEmptyCrud.js
│ │ ├── generateMinimalCrud.js
│ │ └── helpers.js
│ ├── generateCrud.js
│ └── index.js
│ ├── index.js
│ └── README.md
├── src
│ ├── controllers
│ │ ├── auth.controller.js
Expand All @@ -126,11 +133,20 @@ npm install
│ └── swagger.js
├── uploads
│ └── images.*
├── .commitlintrc.json
├── .editorconfig
├── .env
├── .env.example
├── .gitignore
├── .eslintignore.json
├── .eslintrc.json
├── server.js
└── package.json
├── .gitignore
├── .prettierignore.json
├── .prettierrc.json
├── CHANGELOG.md
├── LICENSE
├── package.json
├── README.md
└── server.js
```

## How to run
Expand Down

0 comments on commit d1879f3

Please sign in to comment.