From 4d90bc78b1ccb56bd7283300483048c64f02a74c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 8 Jun 2025 08:05:59 -0700 Subject: [PATCH] Link docs in readme --- packages/plugin-runtime-types/README.md | 8 ++++++-- packages/plugin-runtime-types/package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/plugin-runtime-types/README.md b/packages/plugin-runtime-types/README.md index 02178bef..1ec5a25a 100644 --- a/packages/plugin-runtime-types/README.md +++ b/packages/plugin-runtime-types/README.md @@ -3,8 +3,9 @@ Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC APIs. It's built using Tauri, Rust, and ReactJS. -Yaak plugins are written in TypeScript and executed within a NodeJS runtime. This package -contains the TypeScript type definitions required to make building Yaak plugins a breeze. +Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS +runtime. This package contains the TypeScript type definitions required to make building +Yaak plugins a breeze. ## Quick Start @@ -14,6 +15,9 @@ The easiest way to get started is by generating a plugin with the Yaak CLI: npx @yaakapp/cli generate ``` +For more details on creating plugins, check out +the [Quick Start Guide](https://feedback.yaak.app/help/articles/6911763-plugins-quick-start) + ## Installation If you prefer starting from scratch, manually install the types package: diff --git a/packages/plugin-runtime-types/package.json b/packages/plugin-runtime-types/package.json index 5c9722df..ec073511 100644 --- a/packages/plugin-runtime-types/package.json +++ b/packages/plugin-runtime-types/package.json @@ -1,6 +1,6 @@ { "name": "@yaakapp/api", - "version": "0.6.1", + "version": "0.6.2", "keywords": [ "api-client", "insomnia-alternative",