Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meokullu/easysaver
EasySaver is project to save bitmap image and text files easily with two other dependent packages.
https://github.com/meokullu/easysaver
file file-management save saving
Last synced: about 2 months ago
JSON representation
EasySaver is project to save bitmap image and text files easily with two other dependent packages.
- Host: GitHub
- URL: https://github.com/meokullu/easysaver
- Owner: meokullu
- License: mit
- Created: 2023-09-02T23:11:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-23T22:55:44.000Z (8 months ago)
- Last Synced: 2024-04-23T23:53:58.561Z (8 months ago)
- Topics: file, file-management, save, saving
- Language: C#
- Homepage: https://meokullu.github.io/EasySaver/
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## EasySaver
[![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)EasySaver 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`.
![EasySaver](https://github.com/meokullu/EasySaver/assets/4971757/8e11e803-36ce-4dfc-a04d-b1251caefd00)
[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver/)
***
* BitmapFile
[![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/)* TextFile
[![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/)### How to download
Release: [Latest release](https://github.com/meokullu/EasySaver/releases/latest)[Download on NuGet gallery](https://www.nuget.org/packages/EasySaver.Common/)
.NET CLI:
```
dotnet add package EasySaver.Common
```### Description
EasySaver 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.### Naming Formats
```
NamingFormat.Custom
```> {hour}-{minute}-{second}-{millisecond}
```
NamingFormat.LongTime
```> {hour}-{minute}-{second}
```
NamingFormat.ShortTime
```> {year}-{month}-{day}
```
NamingFormat.LongDate
```> {month}-{day}
```
NamingFormat.ShortDate
```> {year}-{month}-{day}-{hour}-{minute}-{second}-{millisecond}
```
NamingFormat.LongDateTime
```> {month}-{day}-{hour}-{minute}-{second}
```
NamingFormat.ShortDateTime
```To check listed/unlisted methods, example of output visit wiki page. [EasySaver Wiki](https://github.com/meokullu/EasySaver/wiki)
### BitmapFile
[BitmapFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.BitmapFile/README.md)### TextFile
[TextFile README](https://github.com/meokullu/EasySaver/tree/master/EasySaver.TextFile/README.md)### Version History
See changelog [EasySaver Changelog](https://github.com/meokullu/EasySaver/blob/master/CHANGELOG.md)### Task list
* Create an issue or check task list: [Issues](https://github.com/meokullu/EasySaver/issues)### Licence
[MIT license](https://github.com/meokullu/EasySaver/blob/master/LICENSE)### Authors & Contributing
If you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/EasySaver/blob/master/CONTRIBUTING.md).
[![Contributors](https://contrib.rocks/image?repo=meokullu/EasySaver)](https://github.com/meokullu/EasySaver/graphs/contributors)
### Authors
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)