Skip to content

Commit

Permalink
ref cli tool to this template
Browse files Browse the repository at this point in the history
Signed-off-by: Ijlal Ahmad <[email protected]>
  • Loading branch information
Thre4dripper committed Oct 12, 2024
1 parent 8058c85 commit 303d2dd
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,26 @@ validation, and more.
Extend the `MasterController` to create controller classes for specific routes or socket events. Use the provided
methods for efficient request handling, validation, and documentation generation.

### Installation
## Installation

#### Clone
### Automated (CLI Tool)

> Easily initialize a Node.js server project with custom configurations using our CLI tool:
>
> ```bash
> npx node-server-init <folder-name>
> ```
>
> If you want to use the current directory as the project folder, run the following command:
>
> ```bash
> npx node-server-init .
> ```
>
> For more information, visit the [CLI Tool](https://www.npmjs.com/package/node-server-init) page or
> the [GitHub](https://github.com/Thre4dripper/node-server-init) repository.
### Manual
> Clone this repo to your local machine using `
>
Expand Down

0 comments on commit 303d2dd

Please sign in to comment.