Skip to content

bincity2003/MikeDev

Repository files navigation

MikeDev Build Status Build Status GitHub

This is the place where I will stored all general-purpose project in the future.

Description

Ever feeling hard to implement a brand new database for your project ? No more. Because you have us! This repository will bring you many useful libraries that one day you will need!

All releases

Status Package name Version Download Releases
Build Status MikeDev.Database 1.1.0 NuGet NuGet
Build Status MikeDev.Debug 1.1.0 NuGet NuGet
Build Status MikeDev.Config 1.1.0 NuGet NuGet

Prerequisites

Development

  • .NET Core 3.0 SDK
  • NUnit 3.0

Runtime

  • .NET Core 3.0 Runtime

Installation

Git

All you have to do is to clone this repository and build it:

$ git clone https://github.com/bincity2003/MikeDev.git
$ cd MikeDev/src
$ dotnet build

NuGet package manager

You can use NuGet package manager to install the latest release.

PM> Install-Package <package_name>

Available package names are:

MikeDev.Database    (for DbTable)
MikeDev.Debug       (for MLogger)
MikeDev.Config      (for CConfig)

After installation, just start working!

Known issues

DbTable

No known issue is found recently.

MLogger

No known issue is found recently.

CConfig

No known issue is found recently.

Contribution

Any contribution is welcome! But you should first refer to our Contribution Guidelines to get more information on how to get involved!

License

MikeDev repo is licensed under MIT License

About

A collection of minor but useful libraries, ready for use in small-scale production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages