Skip to content

Commit

Permalink
Merge pull request #13 from ananduremanan/ananduremanan-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ananduremanan authored Mar 7, 2024
2 parents 0aa7c17 + b8906d8 commit 9f8986d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f8986d

Please sign in to comment.