https://github.com/bernalrs/bs-copy-to-clipboard
https://github.com/bernalrs/bs-copy-to-clipboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernalrs/bs-copy-to-clipboard
- Owner: bernalrs
- License: mit
- Created: 2018-01-30T22:02:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T22:22:08.000Z (over 7 years ago)
- Last Synced: 2025-03-13T15:47:39.089Z (3 months ago)
- Language: OCaml
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reason bindings for copy-to-clipboard
[](https://www.npmjs.com/package/bs-copy-to-clipboard)
[Reason](https://reasonml.github.io/) bindings for [copy-to-clipboard]
## Status
Feel free to create an issue or PR if you find anything missing.
## Installation
```
yarn add copy-to-clipboard
yarn add bs-copy-to-clipboard```
Then add `bs-copy-to-clipboard` to `bs-dev-dependencies` in your `bsconfig.json`:
```json
{
...
"bs-dev-dependencies": ["bs-copy-to-clipboard"]
}
```## Usage
TODO: Add Example.