An open API service indexing awesome lists of open source software.

https://github.com/xe/node-yeet

Yeets stuff up the stack
https://github.com/xe/node-yeet

Last synced: about 1 year ago
JSON representation

Yeets stuff up the stack

Awesome Lists containing this project

README

          

# node-yeet

[![GitHub workflow status][workflow-badge]][workflow-link]
[![Code coverage status][coverage-badge]][coverage-link]
[![npm version][version-badge]][version-link]
[![License badge][license-badge]](/LICENSE)

Yeets stuff up the stack

```javascript
const yeet = require("node-yeet");

let thisBitch = "stacy";
yeet(thisBitch);
```

For TypeScript:

```typescript
const yeet = import("node-yeet");
```

(or, with `--esModuleInterop`):

```typescript
import yeet from "node-yeet";
```

## How To Install?

```console
$ npm install --save node-yeet
```

Or, if you prefer Yarn:

```console
$ yarn add node-yeet
```

## Is This Satire?

Yes.

[workflow-badge]: https://img.shields.io/github/workflow/status/Xe/node-yeet/Node%20CI
[workflow-link]: https://github.com/Xe/node-yeet/actions?query=workflow%3A%22Node+CI%22

[coverage-badge]: https://img.shields.io/coveralls/github/Xe/node-yeet
[coverage-link]: https://coveralls.io/github/Xe/node-yeet

[version-badge]: https://img.shields.io/npm/v/node-yeet
[version-link]: https://www.npmjs.com/package/node-yeet

[license-badge]: https://img.shields.io/npm/l/node-yeet?color=blue