Skip to content

Commit a1a22fb

Browse files
committed
fix: rename create-wapi-bot package to create-wapi-app
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent f8c2ebc commit a1a22fb

28 files changed

Lines changed: 7 additions & 7 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Wapi.js is a JavaScript module, written in TypeScript, designed to interact with
2222
### Packages:
2323

2424
- [**@wapijs/wapi.js**]('/packages/wapi.js'): Interact with WhatsApp cloud API with simple and easy-to-manage code.
25-
- [**@wapijs/create-wapi-bot**]('/packages/create-wapi-bot): Start with the development of your WhatsApp bot using this starter template utility.
25+
- [**@wapijs/create-wapi-app**]('/packages/create-wapi-app): Start with the development of your WhatsApp bot using this starter template utility.
2626

2727
## ✨ Features
2828

@@ -52,7 +52,7 @@ pnpm install @wapijs/wapi.js
5252
- You can get started with the development of your bot with this starter template utility.
5353

5454
```sh
55-
pnpm create-wapi-bot
55+
pnpm create-wapi-app
5656
```
5757

5858
## 🔗 References

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"pretty": "turbo pretty --concurrency=3",
1616
"clean-install": "turbo run clean-install",
1717
"doc:gen": "turbo run doc:gen",
18-
"semantic-release": "pnpm --filter \"create-wapi-bot\" --filter \"wapi.js\" -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
18+
"semantic-release": "pnpm --filter \"create-wapi-app\" --filter \"wapi.js\" -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
1919
},
2020
"keywords": [
2121
"whatsapp-cloud-api",
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "create-wapi-bot",
2+
"name": "create-wapi-app",
33
"version": "0.0.1",
44
"description": "a utility to quickly initiate a whatsapp bot",
55
"author": {
@@ -11,7 +11,7 @@
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/sarthakjdev/wapi.js.git",
14-
"directory": "packages/create-wapi-bot"
14+
"directory": "packages/create-wapi-app"
1515
},
1616
"files": [
1717
"dist",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)