Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 21, 2023
1 parent 7801d48 commit 43a7270
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CliWrap.Magic/CliWrap.Magic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<PropertyGroup>
<Description>Extension for CliWrap that provides a shell-like experience for working with external command-line interfaces</Description>
<Description>Extension for CliWrap that provides a shell-like experience for executing commands</Description>
<PackageProjectUrl>https://github.com/Tyrrrz/CliWrap/tree/master/CliWrap.Magic</PackageProjectUrl>
<PackageIcon>favicon.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
12 changes: 12 additions & 0 deletions CliWrap.Magic/Readme.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<sup>[[?]](https://github.com/Tyrrrz/.github/blob/master/docs/why-so-political.md)</sup>

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:
Expand Down

0 comments on commit 43a7270

Please sign in to comment.