first commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# .Net library with helpers, functions and extensions
|
||||
|
||||
Just some stuff that is used in different projects...
|
||||
|
||||
## Features
|
||||
|
||||
- ```Map``` and ```DataMap``` collection types
|
||||
- Extensions for ```System.String``` and ```System.IO.Stream```
|
||||
- Small converters for **Base32** and **Base64Url** encodings
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Install from NuGet.org
|
||||
|
||||
```sh
|
||||
# install the package using NuGet
|
||||
dotnet add package Just.Core
|
||||
```
|
||||
Reference in New Issue
Block a user