Skip to content

Commit

Permalink
Add keywords to the npm package (#498)
Browse files Browse the repository at this point in the history
## Summary

This PR adds keywords, description, and a paragraph in the README of our
the `inngest` npm package to improve its SEO.

## Checklist
- [ ] ~Added a [docs PR](https://github.com/inngest/website) that
references this PR~
- [ ] ~Added unit/integration tests~
- [ ] Added changesets if applicable

---------

Co-authored-by: Jack Williams <jack@inngest.com>
  • Loading branch information
sylwiavargas and jpwilliams committed Feb 22, 2024
1 parent 00d0264 commit 7c5b92e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-horses-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"inngest": patch
---

Add keywords to the npm package
9 changes: 5 additions & 4 deletions packages/inngest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<br/>
<br/>
<p>
Serverless event-driven queues, background jobs, and scheduled jobs for Typescript.<br />
Works with any framework and platform.
Inngest is the reliability layer for modern applications. It combines durable execution, events, and queues into a zero-infra platform with built-in observability.

Inngest enables serverless event-driven queues, background jobs, and scheduled jobs for TypeScript. Works with any framework and platform.
</p>
Read the <a href="https://www.inngest.com/docs?ref=github-inngest-js-readme">documentation</a> and get started in minutes.
<br/>
Expand All @@ -25,11 +26,11 @@
On _any_ serverless platform ([Next.js](https://www.inngest.com/docs/sdk/serve#framework-next-js), [Deno Deploy](https://www.inngest.com/docs/sdk/serve#framework-fresh-deno), [RedwoodJS](https://www.inngest.com/docs/sdk/serve#framework-redwood), [AWS Lambda](https://www.inngest.com/docs/sdk/serve#framework-aws-lambda), and [anything else](https://www.inngest.com/docs/sdk/serve#custom-frameworks)) and with no extra infrastructure:

- ⚡ Write <b>background jobs</b>
- 🕐 Create <b>scheduled & cron jobs</b>
- 🕐 Create <b>scheduled and cron jobs</b>
- ♻️ Build <b>serverless queues</b>
- 🪜 Write complex <b>step functions</b>
- 🚘 Build <b>serverless event-driven systems</b>
- 🪝 Reliably respond to webhooks, with retries & payloads stored for history
- 🪝 Reliably respond to webhooks, with retries and payloads stored for history

👋 _Have a question or feature request? [Join our Discord](https://www.inngest.com/discord)!_

Expand Down
31 changes: 30 additions & 1 deletion packages/inngest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "inngest",
"version": "3.14.2",
"description": "Official SDK for Inngest.com",
"description": "Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.",
"main": "./index.js",
"types": "./index.d.ts",
"publishConfig": {
Expand Down Expand Up @@ -129,6 +129,35 @@
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/inngest"
},
"keywords": [
"inngest",
"task manager",
"workflow",
"workflows",
"orchestration",
"task orchestration",
"events",
"webhooks",
"task scheduler",
"scheduled jobs",
"cron jobs",
"queue",
"serverless event-driven systems",
"job scheduler",
"background jobs",
"step function",
"job processing",
"llm prompt chaining",
"durable execution",
"longrunning",
"long-running",
"task sequencing",
"durable workflow",
"reliability",
"reliability layer",
"parallel processing",
"flow control"
],
"author": "Dan Farrelly <dan@inngest.com>",
"license": "GPL-3.0",
"private": false,
Expand Down

0 comments on commit 7c5b92e

Please sign in to comment.