From b8906d8790685bcc38c910f0d91d89ab68569f69 Mon Sep 17 00:00:00 2001 From: Anandhu Remanan <48993261+ananduremanan@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:32:26 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5122386..5b07c81 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This repo is aimed to describe the process of creating a custom NPM package/modu npm init ``` +Alternatively, you can use the following command to quickly generate a minimal boilerplate: + +```bash +npm init -y +``` + Add the necessary fields. After the successfull walkthrough a package.json will created and looks like below. ```bash