Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate addin #38

Open
pascalberger opened this issue Feb 13, 2021 · 0 comments
Open

Deprecate addin #38

pascalberger opened this issue Feb 13, 2021 · 0 comments

Comments

@pascalberger
Copy link
Member

The goal of this addin is to add FIGlet font support to Cake. Since we're now shipping Spectre.Console as part of Cake with 1.0, Cake comes with out-of-the-box FIGlet support:

AnsiConsole.Render(
    new FigletText("Hello")
        .LeftAligned()
        .Color(Color.Red));

See also cake-build/cake#3135 for providing alias for it in Cake.Common.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant