File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Novu Inbox CLI
1+ # Add Inbox
22
33A 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
77You 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
1313This 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
Original file line number Diff line number Diff line change 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" : {
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 }
You can’t perform that action at this time.
0 commit comments