From 303d2ddb63fbc34e84456db61dfe673ff761a8a0 Mon Sep 17 00:00:00 2001 From: Ijlal Ahmad Date: Sun, 13 Oct 2024 00:02:35 +0530 Subject: [PATCH] ref cli tool to this template Signed-off-by: Ijlal Ahmad --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89edfab..6855bd7 100644 --- a/README.md +++ b/README.md @@ -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 +> ``` +> +> 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 ` >