Skip to content

Commit 080cdf2

Browse files
committed
chore: rename package to add-inbox
1 parent f5775f8 commit 080cdf2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Novu Inbox CLI
1+
# Add Inbox
22

33
A CLI tool to easily add Novu's notification inbox component to your React or Next.js project.
44

@@ -7,7 +7,7 @@ A CLI tool to easily add Novu's notification inbox component to your React or Ne
77
You can use this tool without installing it by running:
88

99
```bash
10-
npx novu-inbox-cli@latest init
10+
npx add-inbox@latest init
1111
```
1212

1313
This will guide you through an interactive process to add the Novu Inbox component to your project.
@@ -24,7 +24,7 @@ This will guide you through an interactive process to add the Novu Inbox compone
2424
## Demo
2525

2626
```
27-
$ npx novu-inbox-cli@latest init
27+
$ npx add-inbox@latest init
2828
2929
🔔 Novu Inbox Component Installer
3030

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "novu-inbox-cli",
2+
"name": "add-inbox",
33
"version": "0.1.0",
44
"description": "CLI tool to add Novu's Inbox component to your project with a single command",
55
"main": "index.js",
66
"bin": {
7-
"inbox": "./index.js"
7+
"add-inbox": "./index.js"
88
},
99
"preferGlobal": true,
1010
"engines": {
@@ -36,10 +36,10 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "https://github.com/iampearceman/novu-inbox-cli.git"
39+
"url": "https://github.com/iampearceman/add-inbox.git"
4040
},
4141
"bugs": {
42-
"url": "https://github.com/iampearceman/novu-inbox-cli/issues"
42+
"url": "https://github.com/iampearceman/add-inbox/issues"
4343
},
44-
"homepage": "https://github.com/iampearceman/novu-inbox-cli#readme"
44+
"homepage": "https://github.com/iampearceman/add-inbox#readme"
4545
}

0 commit comments

Comments
 (0)