Rumrunner0.Cowsay.Tool 0.1.2

Prefix Reserved
dotnet tool install --global Rumrunner0.Cowsay.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Rumrunner0.Cowsay.Tool --version 0.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Rumrunner0.Cowsay.Tool&version=0.1.2
                    
nuke :add-package Rumrunner0.Cowsay.Tool --version 0.1.2
                    

cowsay

ASCII-entities that can repeat phrases.

This repository contains the Rumrunner0.Cowsay class library and Rumrunner0.Cowsay.Tool CLI tool. All the content in the repository is an original work created as a personal project, and serves as a .NET C# adaptation of the original cowsay program.

License NuGet Package: Rumrunner0.Cowsay NuGet Package: Rumrunner0.Cowsay.Tool

Description

Cowsay is a fun and configurable speaking cow (not only) program. Originally developed for GNU/Linux, this C# adaptation brings the fun of the original cowsay to the .NET ecosystem.

Usage

Rumrunner0.Cowsay Library

using System;
using Rumrunner0.Cowsay;

var entity = EchoingEntity.Cow;
Console.WriteLine(entity.Speak());
Console.WriteLine(entity.Echo("Hello, world!"));

Rumrunner0.Cowsay.Tool

To install the tool globally, use the following command:

$ dotnet tool install --global Rumrunner0.Cowsay.Tool

Then, you can use the tool with the following commands:

# with default entity (cow)
$ cowsay
$ cowsay --phrase "Hello, world!"

# with specific entity (cow)
$ cowsay --entity-name "cow"
$ cowsay --entity-name "cow" --phrase "Hello, world!"

# with specific entity (elephant)
$ cowsay --entity-name "elephant"
$ cowsay --entity-name "elephant" --phrase "Hello, world!"

Also, you can get more information about the tool with the following commands:

# displays current version
$ cowsay --version

# displays help
$ cowsay -h
$ cowsay --help

History

The original cowsay program, written in Perl, was created by Tony Monroe, with suggestions from Shannon Appel and contributions from Anthony Polito, as a whimsical program for GNU/Linux systems. It served as a creative output mechanism, generating ASCII art of a cow uttering the input text.

Contributing

If you have any suggestions, ideas, or feedback to enhance the project, please feel free to create an issue. Your collaboration is welcomed to make this project a bit better.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.2 268 1/3/2024
0.1.1 211 12/29/2023
0.1.0 213 12/29/2023