Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ananduremanan authored Mar 7, 2024
1 parent 0aa7c17 commit b8906d8
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 b8906d8

Please sign in to comment.