{"id":22405237,"url":"https://github.com/sadnessojisan/weedize","last_synced_at":"2026-05-05T05:40:17.692Z","repository":{"id":51317683,"uuid":"334609386","full_name":"sadnessOjisan/weedize","owner":"sadnessOjisan","description":"create kusa layout","archived":false,"fork":false,"pushed_at":"2021-05-15T20:15:03.000Z","size":306,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:46:07.299Z","etag":null,"topics":["date","github"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/weedize","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/sadnessOjisan.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":"2021-01-31T08:37:59.000Z","updated_at":"2023-12-04T02:26:54.000Z","dependencies_parsed_at":"2022-09-24T19:22:06.551Z","dependency_job_id":null,"html_url":"https://github.com/sadnessOjisan/weedize","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadnessOjisan%2Fweedize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadnessOjisan%2Fweedize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadnessOjisan%2Fweedize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sadnessOjisan%2Fweedize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sadnessOjisan","download_url":"https://codeload.github.com/sadnessOjisan/weedize/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761551,"owners_count":20667936,"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","github"],"created_at":"2024-12-05T10:17:21.023Z","updated_at":"2026-05-05T05:40:17.633Z","avatar_url":"https://github.com/sadnessOjisan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weedize\n\nCreate GitHub weed layout.\nIt is [[Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday],[Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday],...] in a year from start date.\n\n## how to use\n\nDoc: https://sadnessojisan.github.io/weedize/\n\n```ts\nimport { weedize } from \"weedize\";\n\nconst layout = weedize(new Date(\"2021-01-01\"));\n\nconsoel.log(layout);\n```\n\n```js\n[\n  [\n    undefined,\n    undefined,\n    undefined,\n    undefined,\n    undefined,\n    new Date(\"2021-01-01T00:00:00.000Z\"),\n    new Date(\"2021-01-02T00:00:00.000Z\"),\n  ],\n  [\n    new Date(\"2021-01-03T00:00:00.000Z\"),\n    new Date(\"2021-01-04T00:00:00.000Z\"),\n    new Date(\"2021-01-05T00:00:00.000Z\"),\n    new Date(\"2021-01-06T00:00:00.000Z\"),\n    new Date(\"2021-01-07T00:00:00.000Z\"),\n    new Date(\"2021-01-08T00:00:00.000Z\"),\n    new Date(\"2021-01-09T00:00:00.000Z\"),\n  ],\n  ,...,\n  [\n    new Date(\"2021-12-26T00:00:00.000Z\"),\n    new Date(\"2021-12-27T00:00:00.000Z\"),\n    new Date(\"2021-12-28T00:00:00.000Z\"),\n    new Date(\"2021-12-29T00:00:00.000Z\"),\n    new Date(\"2021-12-30T00:00:00.000Z\"),\n    new Date(\"2021-12-31T00:00:00.000Z\"),\n    undefined,\n  ],\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadnessojisan%2Fweedize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsadnessojisan%2Fweedize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsadnessojisan%2Fweedize/lists"}