aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/types/README.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
committerChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
commit6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch)
treee6dbe45b7259cc01ff0255887d45d331bc81026f /packages/types/README.md
parent52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff)
downloadPeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip
Move types package in packages/
Diffstat (limited to 'packages/types/README.md')
-rw-r--r--packages/types/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/types/README.md b/packages/types/README.md
new file mode 100644
index 000000000..adeca48e5
--- /dev/null
+++ b/packages/types/README.md
@@ -0,0 +1,19 @@
1# PeerTube typings
2
3These **Typescript** *types* are mainly used to write **PeerTube** plugins.
4
5## Installation
6
7Npm:
8```
9npm install --save-dev @peertube/peertube-types
10```
11
12Yarn:
13```
14yarn add --dev @peertube/peertube-types
15```
16
17## Usage
18
19> See [contribute-plugins](https://docs.joinpeertube.org/contribute-plugins?id=typescript) **Typescript** section of the doc.