]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - packages/types/README.md
Move to new documentation links
[github/Chocobozzz/PeerTube.git] / packages / types / README.md
1 # PeerTube typings
2
3 These **Typescript** *types* are mainly used to write **PeerTube** plugins.
4
5 ## Installation
6
7 Npm:
8 ```
9 npm install --save-dev @peertube/peertube-types
10 ```
11
12 Yarn:
13 ```
14 yarn 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.