# smartprocure/futil-js

F(unctional) util(ities). Resistance is futile.

Repository: https://github.com/smartprocure/futil-js
Canonical: https://ross.abutalabs.com/products/futil-js
Homepage: https://smartprocure.github.io/futil-js/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2024-05-02T11:24:36+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3499, "days_push": 853, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1044, forks 70 (observed 2026-08-28T04:03:21.136528+00:00)

## What it is
Futil is a collection of functional programming utilities for JavaScript, designed to complement lodash/fp with generic helpers that lodash doesn't include. It provides utilities for async flows, tree traversal, and other common functional patterns.

## Use cases
- compose async and sync functions in a pipeline
- resolve promises nested in objects and trees
- get functional utilities missing from lodash/fp
- traverse and transform nested data structures functionally
- write point-free style JavaScript code

## When to choose
- you already use lodash/fp and want additional functional helpers
- you need to mix async and sync functions in flows
- you want a lightweight, tree-shakeable utility library

## When to avoid
- you want a full standalone utility library like lodash
- your project doesn't use lodash/fp as a dependency
- you need TypeScript-first utilities with strict typing

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools
- domain: developer-tools, programming-languages
- platform: -
- tags: functional-programming, lodash, utilities, async, nodejs, javascript

## Member repositories
- smartprocure/futil-js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.136528+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:02:15.931083+00:00, confidence not recorded.
  - readme: https://github.com/smartprocure/futil-js (fetched 2026-08-28T04:03:21.136528+00:00, sha a05fa11d48ca)
  - homepage: https://smartprocure.github.io/futil-js/ (fetched 2026-08-29T13:03:17.172061+00:00, sha cf7434de54b2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
