diff --git a/CliWrap.Magic/CliWrap.Magic.csproj b/CliWrap.Magic/CliWrap.Magic.csproj index 0b2de038..a8222008 100644 --- a/CliWrap.Magic/CliWrap.Magic.csproj +++ b/CliWrap.Magic/CliWrap.Magic.csproj @@ -6,7 +6,7 @@ - Extension for CliWrap that provides a shell-like experience for working with external command-line interfaces + Extension for CliWrap that provides a shell-like experience for executing commands https://github.com/Tyrrrz/CliWrap/tree/master/CliWrap.Magic favicon.png true diff --git a/CliWrap.Magic/Readme.md b/CliWrap.Magic/Readme.md new file mode 100644 index 00000000..b1dda7ea --- /dev/null +++ b/CliWrap.Magic/Readme.md @@ -0,0 +1,12 @@ +# CliWrap.Magic + +[![Version](https://img.shields.io/nuget/v/CliWrap.Magic.svg)](https://nuget.org/packages/CliWrap.Magic) +[![Downloads](https://img.shields.io/nuget/dt/CliWrap.Magic.svg)](https://nuget.org/packages/CliWrap.Magic) + +**CliWrap.Magic** is an extension package for **CliWrap** that provides a shell-like experience for executing commands. + +## Install + +- 📦 [NuGet](https://nuget.org/packages/CliWrap.Magic): `dotnet add package CliWrap.Magic` + +## Usage \ No newline at end of file diff --git a/Readme.md b/Readme.md index 34ee2c6c..fef332d5 100644 --- a/Readme.md +++ b/Readme.md @@ -22,6 +22,10 @@ **CliWrap** is a library for interacting with external command-line interfaces. It provides a convenient model for launching processes, redirecting input and output streams, awaiting completion, handling cancellation, and more. +**Extension packages**: + +- [CliWrap.Magic](CliWrap.Magic) — provides a shell-like experience for executing commands + ## Terms of use[[?]](https://github.com/Tyrrrz/.github/blob/master/docs/why-so-political.md) By using this project or its source code, for any purpose and in any shape or form, you grant your **implicit agreement** to all the following statements: