{"id":20472091,"url":"https://github.com/hywax/production-calendar","last_synced_at":"2025-10-13T23:13:07.746Z","repository":{"id":237958552,"uuid":"795518954","full_name":"hywax/production-calendar","owner":"hywax","description":"Tool to create calendars in ics format","archived":false,"fork":false,"pushed_at":"2025-10-11T19:06:16.000Z","size":2148,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T23:13:07.341Z","etag":null,"topics":["calendar","generator","ics","production","work"],"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/hywax.png","metadata":{"files":{"readme":"README.en.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://boosty.to/hywax"}},"created_at":"2024-05-03T13:07:37.000Z","updated_at":"2025-10-01T00:51:06.000Z","dependencies_parsed_at":"2024-05-22T20:26:24.648Z","dependency_job_id":"417e174a-5e2b-4296-95f6-b5ab34192869","html_url":"https://github.com/hywax/production-calendar","commit_stats":null,"previous_names":["hywax/production-calendar"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/hywax/production-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hywax%2Fproduction-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hywax%2Fproduction-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hywax%2Fproduction-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hywax%2Fproduction-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hywax","download_url":"https://codeload.github.com/hywax/production-calendar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hywax%2Fproduction-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017236,"owners_count":26086014,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["calendar","generator","ics","production","work"],"created_at":"2024-11-15T14:18:32.547Z","updated_at":"2025-10-13T23:13:07.731Z","avatar_url":"https://github.com/hywax.png","language":"TypeScript","funding_links":["https://boosty.to/hywax"],"categories":[],"sub_categories":[],"readme":"# Production calendar\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n\n[Русский](./README.md) | **English**\n\nThis project helps to automatically create a production calendar based on working days and holidays.\n\n\u003e [!TIP]\n\u003e To connect to your calendars, use the instructions on my blog: [Production Calendar in iCal](https://hywax.space/posts/production-calendar)\n\n## 🎯 Features\n\n- 🪄️ **Ease of Use**: Simple and easy to understand API\n- 📅 **Supports multiple sources**: Supports different data sources\n- 📦 **Modularity**: Ability to create your own data sources\n- 🚀 **High Performance**: Fast calendar creation\n- 📚 **Support for TypeScript**: Full TypeScript support\n\n## ✨ Installation\n\n```shell\n# Using pnpm\npnpm add production-calendar\n\n# Using yarn\nyarn add production-calendar\n\n# Using npm\nnpm install production-calendar\n```\n\n## 🚀 Using\n\n```typescript\nimport { ProductionCalendar } from 'production-calendar'\nimport xmlcalendar from 'production-calendar/sources/xmlcalendar'\n\nconst calendar = await createCalendar({\n  year: 2024,\n  source: xmlcalendar(),\n})\n\ncalendar.saveToFile('./calendar.ics')\n```\n\n## 🏆 Contributors\n\nA huge thank you to everyone who is helping to improve. Thanks to you, the project can evolve!\n\n\u003cimg src=\"https://raw.githubusercontent.com/hywax/production-calendar/main/.github/static/contributors.svg\" alt=\"Производственный календарь вкладчики\" width=\"100%\"/\u003e\n\n## 📄 License\n\nThe basis of `production-calendar` is open source, according to [MIT](LICENSE.md).\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/production-calendar/latest.svg?logo=hackthebox\u0026color=31a350\u0026logoColor=fff\n[npm-version-href]: https://npmjs.com/package/production-calendar\n[npm-downloads-src]: https://img.shields.io/npm/dm/production-calendar.svg?colorB=31a350\n[npm-downloads-href]: https://npmjs.com/package/production-calendar\n[license-src]: https://img.shields.io/badge/License-MIT-31a350?logo=opensourceinitiative\u0026logoColor=fff\n[license-href]: https://npmjs.com/package/production-calendar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhywax%2Fproduction-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhywax%2Fproduction-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhywax%2Fproduction-calendar/lists"}