SharpCaster

(β˜… 334)

Chromecast C# CLI + SDK

  • .editorconfig
  • .gitattributes
  • .gitignore
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • dotnet.config
  • LICENSE.txt
  • README.md
  • SharpCaster.sln

# Installation Guide

1. Get the code
git clone https://github.com/Tapanila/SharpCaster

Downloads the entire project code from GitHub to your computer.

cd SharpCaster

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
brew tap Tapanila/sharpcaster

Registers this project's repository (tap) with Homebrew.

brew install sharpcaster

Installs the pre-built package via Homebrew β€” no source build required.

choco install sharpcaster --pre

Installs directly via Chocolatey (Windows).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. .NET

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package SharpCaster

Type this command into your terminal and run it.

dotnet restore

Downloads the packages the project depends on.

dotnet build

Type this command into your terminal and run it.

dotnet test

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation