# simple-copy-to-clipboard

> 0.7kb, old browsers support, just run 'copy('your awesome text')'. It will return true if copied and false if failed

Latest version **1.0.2** (published 2021-03-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install simple-copy-to-clipboard
pnpm add simple-copy-to-clipboard
yarn add simple-copy-to-clipboard
bun add simple-copy-to-clipboard
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-03-30 |
| First published | 2021-03-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | idk, I find it in internet and wat insert it like node-module |
| Maintainers | andrii256 |
| Keywords | clipboard, copy, to, clipboard, copy, lightweight |

## Links

- npm: https://www.npmjs.com/package/simple-copy-to-clipboard
- Repository: https://github.com/Andrii256/my-npm-packages__simple-copy-to-clipboard
- Homepage: https://github.com/Andrii256/my-npm-packages__simple-copy-to-clipboard#readme
- Issues: https://github.com/Andrii256/my-npm-packages__simple-copy-to-clipboard/issues
- npm.io page: https://npm.io/package/simple-copy-to-clipboard

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2021-03-30
- 1.0.1 — 2021-03-30
- 1.0.0 — 2021-03-30

## README

# Getting started
1. install package
2. import function `copy` in your code. For example
```js
import copy from 'simple-copy-to-clipboard';
```
3. run function passed your text there. For example
```js
copy('your awesome text');
```
4. if all right, function returns `true`. If fail, returns `false`.
5. Enjoy :)

# Package size and code
index.js size is 0.642 kb
<br>
I download it from internet and didnt want paste it manually. I like use stuff like this via node-modules.

# compability
Have not full list, but it supports even old browsers.

---
_Source: https://npm.io/package/simple-copy-to-clipboard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
