# @sugarcube/core

> Monoidal data sequences.

Latest version **0.42.1** (published 2021-07-13) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @sugarcube/core
pnpm add @sugarcube/core
yarn add @sugarcube/core
bun add @sugarcube/core
```

## 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.42.1 |
| Published | 2021-07-13 |
| First published | 2017-10-08 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 100.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 32 |
| Author | Christo |
| Maintainers | critocrito |
| Keywords | data, monoids, sugarcube, transformation |

## Links

- npm: https://www.npmjs.com/package/@sugarcube/core
- Repository: https://github.com/critocrito/sugarcube
- Homepage: https://github.com/critocrito/sugarcube/tree/master/packages/core#readme
- Issues: https://github.com/critocrito/sugarcube/issues
- npm.io page: https://npm.io/package/@sugarcube/core

## Dependencies (2)

- [dashp](https://npm.io/package/dashp.md) ^0.10.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.4

## Alternatives

- [@libsql/sqlite3](https://npm.io/package/@libsql/sqlite3.md) — 39.8K weekly downloads
- [@fortemi/core](https://npm.io/package/@fortemi/core.md) — 461 weekly downloads
- [cdb-converter](https://npm.io/package/cdb-converter.md) — 341 weekly downloads
- [@uplo/adapter-prisma](https://npm.io/package/@uplo/adapter-prisma.md) — 75 weekly downloads
- [typeorm-aios](https://npm.io/package/typeorm-aios.md) — 30 weekly downloads

## Recent versions

- 0.42.1 (latest) — 2021-07-13
- 0.42.0 — 2020-08-16
- 0.41.0 — 2020-07-30
- 0.40.0 — 2020-07-20
- 0.39.0 — 2020-06-28
- 0.38.0 — 2020-05-25
- 0.37.0 — 2020-05-04
- 0.36.0 — 2020-03-19
- 0.35.0 — 2020-03-17
- 0.34.0 — 2019-11-24
- 0.33.0 — 2019-11-15
- 0.32.0 — 2019-11-09
- 0.31.0 — 2019-11-07
- 0.30.0 — 2019-10-31
- 0.29.0 — 2019-10-10
- … 31 more at https://npm.io/package/@sugarcube/core/versions

## README

# SugarCube Core

The machinery for a sequential batch processing pipeline. We use it for
iterative data retrievals and transformations.

## Installation

    npm install --save @sugarcube/core

## About

The best way to learn how to use it to follow the
[tutorial](docs/tutorial.md). If you rather want to develop plugins for
SugarCube, look at the [developers guide](docs/developers-guide.md) and the
[API guide](docs/api.md).

SugarCube is licensed under the [GPL3](LICENSE).

## Development

Please see the [contribution policy](Contributing.md) for more information on
how to contribute.

## License

[GPL3](./LICENSE) @ [Christo](christo@cryptodrunks.net)

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