{"id":13495632,"url":"https://github.com/mobily/rescript-date","last_synced_at":"2025-03-28T16:33:06.638Z","repository":{"id":45558600,"uuid":"156992830","full_name":"mobily/rescript-date","owner":"mobily","description":"📆 Date manipulation in ReScript.","archived":true,"fork":false,"pushed_at":"2023-12-19T11:45:22.000Z","size":4078,"stargazers_count":108,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-23T07:06:22.151Z","etag":null,"topics":["date","datetime","rescript","rescript-react","time"],"latest_commit_sha":null,"homepage":"https://mobily.github.io/rescript-date","language":"ReScript","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/mobily.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"custom":["https://www.buymeacoffee.com/utSC0k7"]}},"created_at":"2018-11-10T15:15:24.000Z","updated_at":"2024-03-27T07:31:37.000Z","dependencies_parsed_at":"2024-02-04T18:13:33.879Z","dependency_job_id":"3eaa7771-243b-4680-acba-da6e9e25a2b1","html_url":"https://github.com/mobily/rescript-date","commit_stats":{"total_commits":354,"total_committers":7,"mean_commits":50.57142857142857,"dds":0.09887005649717517,"last_synced_commit":"514f8672026d81155fa45ac8eadb16a25d76f59d"},"previous_names":["mobily/re-date"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobily%2Frescript-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobily%2Frescript-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobily%2Frescript-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobily%2Frescript-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobily","download_url":"https://codeload.github.com/mobily/rescript-date/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246063159,"owners_count":20717756,"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":["date","datetime","rescript","rescript-react","time"],"created_at":"2024-07-31T19:01:36.578Z","updated_at":"2025-03-28T16:33:06.086Z","avatar_url":"https://github.com/mobily.png","language":"ReScript","funding_links":["https://www.buymeacoffee.com/utSC0k7"],"categories":["ReScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mobily/rescript-date/master/assets/rescript-date-frame.png\" width=\"480\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.com/mobily/rescript-date\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/com/mobily/rescript-date.svg?style=flat-square\u0026amp;logo=travis\" alt=\"Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://coveralls.io/github/mobily/rescript-date?branch=master\"\u003e\n    \u003cimg src=\"https://img.shields.io/coveralls/github/mobily/rescript-date.svg?style=flat-square\u0026amp;logo=coveralls\" alt=\"Coverage\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@mobily/rescript-date\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@mobily/rescript-date.svg?style=flat-square\u0026amp;logo=npm\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://makeapullrequest.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\" alt=\"PRs Welcome\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square\" alt=\"All Contributors\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/mobily/rescript-date/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\" alt=\"GitHub license\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eDate manipulation in ReScript with the same modern and convenient API as \u003ccode\u003edate-fns\u003c/code\u003e.\u003c/strong\u003e\n\u003c/p\u003e\n\n## Documentation\n\nFull documentation can be found [here](https://mobily.github.io/rescript-date).\n\n## Getting started\n\n### Installation\n\n```shell\nyarn add @mobily/rescript-date\n```\n\nor with `npm`\n\n```shell\nnpm install @mobily/rescript-date --save\n```\n\n### ReScript config\n\nAdd `@mobily/rescript-date` to `bs-dependencies` in your `bsconfig.json`:\n\n```json\n{\n  \"bs-dependencies\": [\n    \"@mobily/rescript-date\"\n  ]\n}\n```\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://twitter.com/__marcin_\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1467712?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcin Dziewulski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/mobily/re-date/commits?author=mobily\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/mobily/re-date/commits?author=mobily\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#design-mobily\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"https://github.com/mobily/re-date/commits?author=mobily\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://radoslawkoziel.pl\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1303365?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRadek Kozieł\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/mobily/re-date/commits?author=panr\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/mikaello\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2505178?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emikaello\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/mobily/re-date/commits?author=mikaello\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/mobily/re-date/commits?author=mikaello\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/mobily/re-date/commits?author=mikaello\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://decapode314.free.fr/ocaml/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2274092?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlorent Monnier\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/mobily/re-date/commits?author=fccm\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!\n\n## License\n\nThe MIT License.\n\nSee [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobily%2Frescript-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobily%2Frescript-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobily%2Frescript-date/lists"}