Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kodamasakuno/sakuno.base
The common part of my libraries.
https://github.com/kodamasakuno/sakuno.base
Last synced: 29 days ago
JSON representation
The common part of my libraries.
- Host: GitHub
- URL: https://github.com/kodamasakuno/sakuno.base
- Owner: KodamaSakuno
- License: mit
- Created: 2017-06-08T13:07:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T12:53:41.000Z (over 4 years ago)
- Last Synced: 2024-11-10T06:09:42.727Z (about 2 months ago)
- Language: C#
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sakuno.Base
[![Build status](https://img.shields.io/appveyor/ci/KodamaSakuno/Sakuno-Base/master.svg?style=flat-square)](https://ci.appveyor.com/project/KodamaSakuno/Sakuno-Base)
[![NuGet](https://img.shields.io/nuget/v/Sakuno.Base.svg)](https://www.nuget.org/packages/Sakuno.Base)
[![NuGet](https://img.shields.io/nuget/dt/Sakuno.Base.svg)](https://www.nuget.org/packages/Sakuno.Base)
[![License](https://img.shields.io/github/license/KodamaSakuno/Sakuno.Base.svg?style=flat-square)](./LICENSE.md)The common part of my libraries.
## Installation
You can install via NuGet Package Manager.
```powershell
PM> Install-Package Sakuno.Base
```## Licence
[MIT License (MIT)](./LICENSE.md)
## Third-party Libraries
* [Fody](https://github.com/Fody/Fody)