mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Link docs in readme
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE),
|
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.
|
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
|
Plugins can be created in TypeScript, which are executed alongside Yaak in a NodeJS
|
||||||
contains the TypeScript type definitions required to make building Yaak plugins a breeze.
|
runtime. This package contains the TypeScript type definitions required to make building
|
||||||
|
Yaak plugins a breeze.
|
||||||
|
|
||||||
## Quick Start
|
## 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
|
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
|
## Installation
|
||||||
|
|
||||||
If you prefer starting from scratch, manually install the types package:
|
If you prefer starting from scratch, manually install the types package:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@yaakapp/api",
|
"name": "@yaakapp/api",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"api-client",
|
"api-client",
|
||||||
"insomnia-alternative",
|
"insomnia-alternative",
|
||||||
|
|||||||
Reference in New Issue
Block a user