Skip to content

Commit

Permalink
fix: rename create-wapi-bot package to create-wapi-app
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <[email protected]>
  • Loading branch information
sarthakjdev committed May 18, 2024
1 parent f8c2ebc commit a1a22fb
Show file tree
Hide file tree
Showing 28 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Wapi.js is a JavaScript module, written in TypeScript, designed to interact with
### Packages:

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

## ✨ Features

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

```sh
pnpm create-wapi-bot
pnpm create-wapi-app
```

## 🔗 References
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pretty": "turbo pretty --concurrency=3",
"clean-install": "turbo run clean-install",
"doc:gen": "turbo run doc:gen",
"semantic-release": "pnpm --filter \"create-wapi-bot\" --filter \"wapi.js\" -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
"semantic-release": "pnpm --filter \"create-wapi-app\" --filter \"wapi.js\" -r --workspace-concurrency=1 exec -- npx --no-install semantic-release -e semantic-release-monorepo"
},
"keywords": [
"whatsapp-cloud-api",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-wapi-bot",
"name": "create-wapi-app",
"version": "0.0.1",
"description": "a utility to quickly initiate a whatsapp bot",
"author": {
Expand All @@ -11,7 +11,7 @@
"repository": {
"type": "git",
"url": "https://github.com/sarthakjdev/wapi.js.git",
"directory": "packages/create-wapi-bot"
"directory": "packages/create-wapi-app"
},
"files": [
"dist",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/example-chat-bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function init() {
'Getting Started': [
{
question: 'How do I get started with wapi.js?',
answer: 'Check out the docs at https://wapijs.co/docs and use the "create-wapi-bot" template.'
answer: 'Check out the docs at https://wapijs.co/docs and use the "create-wapi-app" template.'
},
{
question: 'Is wapi.js easy to learn?',
Expand Down
2 changes: 1 addition & 1 deletion packages/wapi.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pnpm install @wapijs/wapi.js
- You can get started with the development of your bot with this starter template utility.

```sh
pnpm create-wapi-bot
pnpm create-wapi-app
```

## 🔗 References
Expand Down

0 comments on commit a1a22fb

Please sign in to comment.