This commit is contained in:
peli 2020-06-22 20:39:11 -07:00
Родитель 15ef4a86af
Коммит 01e3f30023
2 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -3,15 +3,8 @@
This repository contains a TypeScript/JavaScript client library for the [JACDAC](https://microsoft.github.io/jacdac) protocol.
* [Documentation](https://microsoft.github.io/jacdac-ts/)
* [GitHub](https://github.com/microsoft/jacdac-ts/)
## Using this library in your project
You can import the generated bundle to use the whole library.
```javascript
import * from 'jacdac'
```
The rest of this page is meant
## Dev setup

11
docs/index.md Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# JACDAC TypeScript
This repository contains a TypeScript/JavaScript client library for the [JACDAC](https://microsoft.github.io/jacdac) protocol.
## Usage
You can import the generated bundle to use the whole library.
```javascript
import * from 'jacdac'
```