{"id":20345283,"url":"https://github.com/meokullu/easysaver","last_synced_at":"2026-03-05T07:33:20.737Z","repository":{"id":196945018,"uuid":"686474343","full_name":"meokullu/EasySaver","owner":"meokullu","description":"EasySaver is project to save bitmap image and text files easily with two other dependent packages.","archived":false,"fork":false,"pushed_at":"2024-09-01T14:54:56.000Z","size":2730,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-30T21:52:11.895Z","etag":null,"topics":["file","file-management","save","saving"],"latest_commit_sha":null,"homepage":"https://meokullu.github.io/EasySaver/","language":"C#","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/meokullu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-02T23:11:35.000Z","updated_at":"2024-09-01T14:55:00.000Z","dependencies_parsed_at":"2023-09-28T10:04:11.647Z","dependency_job_id":"6fb4628a-f7d4-4e77-bcf9-9ec921c8b78a","html_url":"https://github.com/meokullu/EasySaver","commit_stats":null,"previous_names":["meokullu/easysaver"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/meokullu/EasySaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FEasySaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FEasySaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FEasySaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FEasySaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meokullu","download_url":"https://codeload.github.com/meokullu/EasySaver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meokullu%2FEasySaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30114309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["file","file-management","save","saving"],"created_at":"2024-11-14T22:07:39.993Z","updated_at":"2026-03-05T07:33:20.711Z","avatar_url":"https://github.com/meokullu.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## EasySaver\n[![EasySaver](https://img.shields.io/nuget/v/EasySaver.Common.svg)](https://www.nuget.org/packages/EasySaver.Common/) [![EasySaver.Common](https://img.shields.io/nuget/dt/EasySaver.Common.svg)](https://www.nuget.org/packages/EasySaver.Common/) [![License](https://img.shields.io/github/license/meokullu/EasySaver.svg)](https://github.com/meokullu/EasySaver/blob/master/LICENSE)\n\nEasySaver is a multi-solution package to save bitmap image files and text files easily with different naming formats including `Custom`, `LongDate`, `ShortDate`, `LongTime`, `ShortTime`, `LongDateTime` and `ShortDateTime`.\n\n![EasySaver](https://github.com/meokullu/EasySaver/assets/4971757/8e11e803-36ce-4dfc-a04d-b1251caefd00)\n\n[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver/)\n\n***\n* BitmapFile\n[![EasySaver](https://img.shields.io/nuget/v/EasySaver.BitmapFile.svg)](https://www.nuget.org/packages/EasySaver.BitmapFile/) [![EasySaver.BitmapFile](https://img.shields.io/nuget/dt/EasySaver.BitmapFile.svg)](https://www.nuget.org/packages/EasySaver.BitmapFile/)\n\n* TextFile\n[![EasySaver](https://img.shields.io/nuget/v/EasySaver.TextFile.svg)](https://www.nuget.org/packages/EasySaver.TextFile/) [![EasySaver.TextFile](https://img.shields.io/nuget/dt/EasySaver.TextFile.svg)](https://www.nuget.org/packages/EasySaver.TextFile/)\n\n### How to download\nRelease: [Latest release](https://github.com/meokullu/EasySaver/releases/latest)\n\n[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver.Common/)\n\n.NET CLI:\n```\ndotnet add package EasySaver.Common\n```\n\n### Description\nEasySaver has one common and two external packages. Common package have several internal, private and public methods. Via these methods using [EasySaver.BitmapFile](https://github.com/meokullu/EasySaver/tree/master/EasySaver.BitmapFile) or [EasySaver.TextFile](https://github.com/meokullu/EasySaver/tree/master/EasySaver.TextFile) are easy.\n\n### Naming Formats\n\n```\nNamingFormat.Custom\n```\n\n\u003e {hour}-{minute}-{second}-{millisecond}\n```\nNamingFormat.LongTime\n```\n\n\u003e {hour}-{minute}-{second}\n```\nNamingFormat.ShortTime\n```\n\n\u003e {year}-{month}-{day}\n```\nNamingFormat.LongDate\n```\n\n\u003e {month}-{day}\n```\nNamingFormat.ShortDate\n```\n\n\u003e {year}-{month}-{day}-{hour}-{minute}-{second}-{millisecond}\n```\nNamingFormat.LongDateTime\n```\n\n\u003e {month}-{day}-{hour}-{minute}-{second}\n```\nNamingFormat.ShortDateTime\n```\n\nTo check listed/unlisted methods, example of output visit wiki page. [EasySaver Wiki](https://github.com/meokullu/EasySaver/wiki)\n\n### BitmapFile\n[BitmapFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.BitmapFile/README.md)\n\n### TextFile\n[TextFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.TextFile/README.md)\n\n### Version History\nSee changelog [EasySaver Changelog](https://github.com/meokullu/EasySaver/blob/master/CHANGELOG.md)\n\n### Task list\n* Create an issue or check task list: [Issues](https://github.com/meokullu/EasySaver/issues)\n\n### Licence\n[MIT license](https://github.com/meokullu/EasySaver/blob/master/LICENSE)\n\n### Authors \u0026 Contributing\n\nIf you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/EasySaver/blob/master/CONTRIBUTING.md).\n\n[![Contributors](https://contrib.rocks/image?repo=meokullu/EasySaver)](https://github.com/meokullu/EasySaver/graphs/contributors)\n\n### Authors\nTwitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)\n\n### Help\nTwitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeokullu%2Feasysaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeokullu%2Feasysaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeokullu%2Feasysaver/lists"}