# @lmeikle/my-tiny-npm-package

> just playing with making an npm package

Latest version **1.0.1** (published 2018-08-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @lmeikle/my-tiny-npm-package
pnpm add @lmeikle/my-tiny-npm-package
yarn add @lmeikle/my-tiny-npm-package
bun add @lmeikle/my-tiny-npm-package
```

## 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.1 |
| Published | 2018-08-08 |
| First published | 2018-08-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | lmeikle |
| Maintainers | lmeikle |
| Keywords | tiny, npm, package, lmeikle |

## Links

- npm: https://www.npmjs.com/package/@lmeikle/my-tiny-npm-package
- Repository: https://github.com/lmeikle/my-tiny-npm-package
- Homepage: https://github.com/lmeikle/my-tiny-npm-package#readme
- Issues: https://github.com/lmeikle/my-tiny-npm-package/issues
- npm.io page: https://npm.io/package/@lmeikle/my-tiny-npm-package

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-08-08
- 1.0.0 — 2018-08-08

## README

# @lmeikle/my-tiny-npm-package

[![npm (scoped)](https://img.shields.io/npm/v/@lmeikle/my-tiny-npm-package.svg)](https://www.npmjs.com/package/@lmeikle/my-tiny-npm-package)
[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@lmeikle/my-tiny-npm-package.svg)](https://www.npmjs.com/package/@lmeikle/my-tiny-npm-package)

Removes all spaces from a string.

## Install

```
$ npm install @lmeikle/my-tiny-npm-package
```

## Usage

```js
const tiny = require("@lmeikle/my-tiny-npm-package");

tiny("So much space!");
//=> "Somuchspace!"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

---
_Source: https://npm.io/package/@lmeikle/my-tiny-npm-package · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
