{"id":19614308,"url":"https://github.com/fpapado/elmlike","last_synced_at":"2026-05-17T09:34:44.224Z","repository":{"id":57222651,"uuid":"150856067","full_name":"fpapado/elmlike","owner":"fpapado","description":"      Functional utilities for types and data, inspired by Elm.","archived":false,"fork":false,"pushed_at":"2018-09-30T18:26:33.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T11:17:02.662Z","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/fpapado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-29T11:05:59.000Z","updated_at":"2018-09-30T18:26:35.000Z","dependencies_parsed_at":"2022-09-04T17:50:30.491Z","dependency_job_id":null,"html_url":"https://github.com/fpapado/elmlike","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felmlike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felmlike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felmlike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Felmlike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpapado","download_url":"https://codeload.github.com/fpapado/elmlike/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240906650,"owners_count":19876680,"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-11-11T10:51:00.887Z","updated_at":"2025-10-28T00:39:55.560Z","avatar_url":"https://github.com/fpapado.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elmlike\n\n\u003e Functional utilities for types and data, inspired by Elm.\n\n[![npm](https://badgen.net/npm/v/elmlike)](https://www.npmjs.com/package/elmlike)\n[![minified + gzip size](https://badgen.net/bundlephobia/minzip/elmlike)](https://bundlephobia.com/result?p=elmlike)\n[![npm downloads](https://badgen.net/npm/dm/elmlike)](https://www.npmjs.com/package/elmlike)\n[![dependencies](https://badgen.net/david/dep/fpapado/elmlike)](https://david-dm.org/fpapado/elmlike)\n\n## Table of Contents\n\n- [Features](#features)\n- [Install](#install)\n- [Motivation](#motivation)\n- [Usage](#usage)\n- [Examples](#examples)\n- [API Reference](#api-reference)\n- [Roadmap](#roadmap)\n- [Contributing](#contributing)\n- [Thanks](#thanks-and-inspiration)\n- [License](#license)\n\n## Features\n\n## Install\n\nThis package is distributed via [npm](https://www.npmjs.com/get-npm).\n\n```shell\n$ npm install --save elmlike\n# or\n$ yarn add elmlike\n```\n\nThen import according to your modules model and bundler, such as [Rollup](https://rollupjs.org/guide/en) and [Webpack](https://webpack.js.org/):\n\n```js\n// ES Modules\n// For all possible functions to import look at the documentation\nimport * as Maybe from \"elmlike/maybe\";\n\n/// CommonJS modules\nconst Maybe = require(\"elmlike/maybe\");\n```\n\nA [UMD](https://github.com/umdjs/umd) version is also available on [unpkg](https://unpkg.com/):\n\n```html\n\u003cscript src=\"https://unpkg.com/elmlike/dist/elmlike.umd.js\"\u003e\u003c/script\u003e\n```\n\n## Motivation\n\nI love Elm's types and their API.\nI like that they are concrete, and easy to grasp, with a minimal API surface.\nI often write similar ad-hoc types when working in JS, and wanted a common point for them.\n\n## Usage\n\n### Quick Start\n\nIf you want to just dive in, do this:\n\n```js\n// TODO :)\n```\n\n## Examples\n\nTODO: Write about common patterns, imports and so on\n\n## API Reference\n\n## Roadmap\n\n## Contributing\n\n## Thanks and Inspiration\n\n## License\n\nMIT License © Fotis Papadogeorgopoulos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Felmlike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpapado%2Felmlike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Felmlike/lists"}