{"id":15355945,"url":"https://github.com/fibo/minimal-time-helpers","last_synced_at":"2026-07-17T18:32:23.613Z","repository":{"id":189241439,"uuid":"680320809","full_name":"fibo/minimal-time-helpers","owner":"fibo","description":"minimal time helpers, implemented in TypeScript","archived":false,"fork":false,"pushed_at":"2025-12-17T07:36:34.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-27T00:23:34.629Z","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/fibo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-18T22:38:22.000Z","updated_at":"2025-12-17T07:36:38.000Z","dependencies_parsed_at":"2024-10-01T12:26:23.377Z","dependency_job_id":"a4c48167-db68-45ac-abdd-b5d458b01d73","html_url":"https://github.com/fibo/minimal-time-helpers","commit_stats":null,"previous_names":["fibo/minimal-time-helpers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fibo/minimal-time-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fibo%2Fminimal-time-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fibo%2Fminimal-time-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fibo%2Fminimal-time-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fibo%2Fminimal-time-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fibo","download_url":"https://codeload.github.com/fibo/minimal-time-helpers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fibo%2Fminimal-time-helpers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35592242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01T12:26:21.639Z","updated_at":"2026-07-17T18:32:23.548Z","avatar_url":"https://github.com/fibo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minimal-time-helpers\n\n\u003e minimal time helpers, implemented in TypeScript\n\nIt provides few helpers to do date manipulation and conversion using native `Date` under the hood.\nIt is implemented in TypeScript and exports its own type definitions.\n\n## Synopsis\n\n```js\nimport { today, getDay } from \"minimal-time-helpers\";\n\nconst nextBaby = getDay(today()).plus(9).months;\n```\n\n## Pure ESM\n\nThis package is implemented with ECMAScript modules. CommonJS is not supported, nor bundle is provided.\n\nIf you need a bundle, you can do something like.\n\n```sh\ngit clone git@github.com:fibo/minimal-time-helpers.git\ncd minimal-time-helpers\nesbuild --bundle src/index.ts --minify --outfile=time.js\n```\n\nIt will produce a 5.6kb (minified, not gzipped) _time.js_ file.\n\n## License\n\n[MIT](https://fibo.github.io/mit-license)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffibo%2Fminimal-time-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffibo%2Fminimal-time-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffibo%2Fminimal-time-helpers/lists"}