You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ToolBox** was created to simplify and automate tasks related to the .Net Core console. Was born in [HardHat](https://github.com/deinsoftware/hardhat/) project as a Class. Now grew up as a library and can be used by other console applications.
19
-
20
-
Contributions or Beer will be appreciated
21
-
22
-
> The Code is Dark and Full of Errors!
23
-
> Console is your friend ... don't be afraid!
24
-
25
-
## Getting Started
26
-
27
-
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
**ToolBox** is available as [project](https://github.com/deinsoftware/toolbox/) or [package](https://www.nuget.org/packages/dein.ToolBox). We strongly recommend adding as a NuGet package if you don't need to make modifications directly on the source code library.
38
-
39
-
Follow these instructions to add **ToolBox** in your project.
In your project folder, where is located .csproj file run this command on terminal:
48
-
49
-
```terminal
50
-
dotnet add package dein.ToolBox
51
-
dotnet add package Newtonsoft.Json
52
-
```
53
-
54
-
Official documentation: [dotnet add package](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-add-package)
55
-
56
-
## Usage
57
-
58
-
Refer to [README](https://github.com/deinsoftware/toolbox/blob/master/README.md) file on GitHub.
59
-
60
-
To understand how this library works, take a look inside [Sample](https://github.com/deinsoftware/toolbox/tree/master/Sample) folder. Better easy to use a guide than words.
61
-
62
-
Just go to `Sample` project folder and run this command on terminal:
63
-
64
-
```terminal
65
-
cd Sample
66
-
dotnet run
67
-
```
68
-
</description>
69
-
<releaseNotes>Refer to [CHANGELOG](https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md) file on GitHub.</releaseNotes>
15
+
<description>C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]</description>
16
+
<summary>C# .Net Core Library with utilities like: command line, files, log, platform, shell, system, transform and validation [ Win+Mac+Linux ]</summary>
17
+
<documentationsrc="README.md" />
18
+
<releaseNotes>Refer to https://github.com/deinsoftware/colorify/blob/master/CHANGELOG.md on GitHub.</releaseNotes>
0 commit comments