jacdac-ts/docs/index.md

18 строки
331 B
Markdown
Исходник Обычный вид История

2020-06-23 06:39:11 +03:00
# JACDAC TypeScript
This repository contains a TypeScript/JavaScript client library for the [JACDAC](https://microsoft.github.io/jacdac) protocol.
2020-06-23 16:58:33 +03:00
## Usage: npm + TypeScript
2020-06-23 06:39:11 +03:00
2020-06-23 16:58:33 +03:00
Add the ``jacdac-ts`` NPM module to your project.
```
npm install --save jacdac-ts
```
Import the library.
2020-06-23 06:39:11 +03:00
```javascript
2020-06-23 16:58:33 +03:00
import * from 'jacdac-ts'
2020-06-23 06:39:11 +03:00
```