{"id":17789927,"url":"https://github.com/samrocksc/bentinabeakley","last_synced_at":"2026-01-21T02:05:54.465Z","repository":{"id":42888538,"uuid":"254813673","full_name":"samrocksc/bentinaBeakley","owner":"samrocksc","description":"Curry your functions with Bentina Beakley!","archived":false,"fork":false,"pushed_at":"2022-03-26T12:09:18.000Z","size":142,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T08:43:47.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrocksc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-11T07:14:35.000Z","updated_at":"2020-04-14T07:54:39.000Z","dependencies_parsed_at":"2022-08-27T11:03:46.301Z","dependency_job_id":null,"html_url":"https://github.com/samrocksc/bentinaBeakley","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2FbentinaBeakley","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2FbentinaBeakley/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2FbentinaBeakley/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocksc%2FbentinaBeakley/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocksc","download_url":"https://codeload.github.com/samrocksc/bentinaBeakley/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655541,"owners_count":20974196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T10:39:29.837Z","updated_at":"2026-01-21T02:05:54.440Z","avatar_url":"https://github.com/samrocksc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bentina Beakley!\n\nI basically curry functions in a super opinionated way. I originally made this inside of [boulangerie](https://github.com/samrocksc/boulangerie), but found i was using this function more than that module....so, i made it.\n\nYou can pass in sync, or async functions.\n\n```javascript\nconst currier = require('bentinabeakley');\n\nconst buildAdapterFunc = (build, service, output) =\u003e {\n  const totalArray = [...build, ...service, ...output];\n  return async initialParam =\u003e currier(initialParam).chain(totalArray).execute();\n};\n\nawait buildAdapterFunc(\n  [\n    async () =\u003e {\n      console.log('a build step');\n    },\n  ],\n  [\n    () =\u003e {\n      console.log('a service step');\n    },\n  ],\n  [\n    () =\u003e {\n      console.log('an output step');\n    },\n    () =\u003e true,\n  ]\n); // returns true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocksc%2Fbentinabeakley","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocksc%2Fbentinabeakley","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocksc%2Fbentinabeakley/lists"}