# magikcraft-lore-do

> Iterators, the way the Gods intended

Latest version **1.1.0** (published 2017-09-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install magikcraft-lore-do
pnpm add magikcraft-lore-do
yarn add magikcraft-lore-do
bun add magikcraft-lore-do
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-09-25 |
| First published | 2017-07-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | The Legendary Josh Wulf |
| Maintainers | sitapati, thelegendaryjoshwulf |
| Keywords | magikcraft, minecraft, lore, javascript |

## Links

- npm: https://www.npmjs.com/package/magikcraft-lore-do
- Repository: https://github.com/jwulf/magikcraft-lore-do
- Homepage: https://github.com/jwulf/magikcraft-lore-do#readme
- Issues: https://github.com/jwulf/magikcraft-lore-do/issues
- npm.io page: https://npm.io/package/magikcraft-lore-do

## Recent versions

- 1.1.0 (latest) — 2017-09-25
- 1.0.5 — 2017-09-25
- 1.0.4 — 2017-08-03
- 1.0.3 — 2017-08-03
- 1.0.2 — 2017-08-02
- 1.0.1 — 2017-07-24
- 1.0.0 — 2017-07-24

## README

# magikcraft-lore-do

An iterator for Magikcraft.io, the way the Gods intended. Fluent API, with or without delay.

To use:

```
yarn add magikcraft-lore-do
```

In Typescript:

```
import { Do } from 'magikcraft-lore-do'

// Do 10 fireballs with a 0.5 second (500ms) delay between each one.

Do(10).times(magik.infierno).withDelay(500).now();
```

In JavaScript:

```
const Do = require('magikcraft-lore-do');

Do(10).times(magik.infierno).withDelay(500).now();
```

With no delay:

```
const magik = magikcraft.io;

function praise(player) {
    Do(5).times(() => magik.dixit(`${player} is awesome!`)).now();
}
```

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