An open API service indexing awesome lists of open source software.

https://github.com/sketch7/dotnet.libs

.NET Standard libraries which contains utilities and extensions
https://github.com/sketch7/dotnet.libs

csharp dotnet extensions netstandard utilities

Last synced: 2 months ago
JSON representation

.NET Standard libraries which contains utilities and extensions

Awesome Lists containing this project

README

          

# Sketch7 Core Libraries
All libraries are developed in .NET Standard

> *NOTE: This project is under development and is not intended for general production use yet.*

## Features
- **Core** utilities and extensions

### Commands

```bash
# run tests
npm test

# nuget pack (only)
npm run pack

# nuget publish dev (pack + publish + clean)
npm run publish:dev
```

## Contributing

1. [Create an issue](https://github.com/sketch7/sketch7.netcore.libs/issues)
2. Let's find some point of agreement on your suggestion.
3. Fork it!
4. Submit a pull request :D