Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-prins committed Sep 27, 2022
2 parents 8c1b783 + 69de0e8 commit 0e351a7
Show file tree
Hide file tree
Showing 142 changed files with 21,480 additions and 35,916 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yalc/*
2 changes: 2 additions & 0 deletions .ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for ag and rg
__tests__
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yalc/*
674 changes: 674 additions & 0 deletions .yalc/msupply-ble-service/LICENSE

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions .yalc/msupply-ble-service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# msupply-ble-service

Low level bluetooth library

## Installation

```sh
npm install msupply-ble-service
```

## Usage

```js
import MsupplyBleService from "msupply-ble-service";

// ...

const result = await MsupplyBleService.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .yalc/msupply-ble-service/lib/commonjs/BTUtilService/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .yalc/msupply-ble-service/lib/commonjs/Bluetooth/BleManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0e351a7

Please sign in to comment.