# sillystring

> Generate a silly string.

Latest version **0.1.2** (published 2014-06-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install sillystring
pnpm add sillystring
yarn add sillystring
bun add sillystring
```

Provides the command `sillystring`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2014-06-17 |
| First published | 2014-06-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Stephen Sawchuk |
| Maintainers | stephenplusplus |
| Keywords | sillystring |

## Links

- npm: https://www.npmjs.com/package/sillystring
- Repository: https://github.com/stephenplusplus/sillystring
- Issues: https://github.com/stephenplusplus/sillystring/issues
- npm.io page: https://npm.io/package/sillystring

## Dependencies (2)

- [minimist](https://npm.io/package/minimist.md) ^0.1.0
- [taketalk](https://npm.io/package/taketalk.md) ^0.1.0

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 0.1.2 (latest) — 2014-06-17
- 0.1.1 — 2014-06-16
- 0.1.0 — 2014-06-15

## README

# sillystring
> Generate a silly string.

~~Sometimes~~ Almost never, you need a silly string. So, get it.

# Install
```sh
$ npm install --save sillystring
```

# Usage
```js
var sillystring = require('sillystring');

console.log(sillystring());
// your chart-topping laser tag referee, and this cartoonish grocer
```

# CLI
```sh
$ npm install --global sillystring
$ sillystring --help

Generate a silly string.

Usage
  $ sillystring

Example
  $ sillystring
  > "my tiny ice cream taster"
```

# License
Copyright (c) 2014 Stephen Sawchuk. Licensed under the MIT license.

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