Skip to content

AlexLakatos/ascii-themes

Repository files navigation

ascii-themes CLI for Node.js

CLI Interface to Generate Themed ASCII Art

Supports 287 fonts from Figlet and 18 themes from VS Code. To see supported fonts and themes run npx ascii-themes support.

Usage

npx ascii-themes generate text

ASCII Themes Text

  • Optional flags:
    • --font The Figlet Font to use. Defaults to 'Slant Relief'.
    • --themeName The VS Code theme to use. Defaults to 'Monokai Dimmed'.
    • --horizontalLayout The horizontal layout to use for the Figlet Font. Defaults to 'default'.
    • --verticalLayout The vertical layout to use for the Figlet Font. Defaults to 'default'.

Interactive Mode

The CLI has 2 interactive modes:

npx ascii-themes -i

Will allow you to select from the available commands (generate, support, interactive) and input the flags for them via text prompts.

npx ascii-themes interactive

Will allow you to input the text and select from a list the available fonts, themes and layouts.

About

CLI Interfact to Generate Themed ASCII Art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published