# prelude-ls

> prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

Latest version **1.2.1** (published 2020-04-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install prelude-ls
pnpm add prelude-ls
yarn add prelude-ls
bun add prelude-ls
```

## Health

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

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

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2020-04-02 |
| First published | 2012-05-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/prelude-ls) |
| Module format | CommonJS |
| Node | >= 0.8.0 |
| Dependencies | 0 |
| Unpacked size | 35.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 425 |
| Author | George Zahariev |
| Maintainers | gkz |
| Keywords | prelude, livescript, utility, ls, coffeescript, javascript, library, functional, array, list, object, string |

## Links

- npm: https://www.npmjs.com/package/prelude-ls
- Repository: https://github.com/gkz/prelude-ls
- Homepage: http://preludels.com
- Issues: https://github.com/gkz/prelude-ls/issues
- npm.io page: https://npm.io/package/prelude-ls

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 1.2.1 (latest) — 2020-04-02
- 1.2.0 — 2020-04-02
- 1.1.2 — 2015-05-15
- 1.1.1 — 2014-04-09
- 1.1.0 — 2014-03-28
- 1.0.3 — 2013-07-26
- 1.0.2 — 2013-07-26
- 1.0.1 — 2013-07-12
- 1.0.0 — 2013-05-12
- 0.6.0 — 2012-07-30
- 0.5.0 — 2012-06-25
- 0.4.0 — 2012-06-18
- 0.3.0 — 2012-06-13
- 0.2.0 — 2012-05-29

## README

# prelude.ls [![Build Status](https://travis-ci.org/gkz/prelude-ls.png?branch=master)](https://travis-ci.org/gkz/prelude-ls)

is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, <a href="http://livescript.net">LiveScript</a>.

See **[the prelude.ls site](http://preludels.com)** for examples, a reference, and more.

You can install via npm `npm install prelude-ls`

### Development

`make test` to test

`make build` to build `lib` from `src`

`make build-browser` to build browser versions

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