Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obsidiansystems/cli-extras


https://github.com/obsidiansystems/cli-extras

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

cli-extras
==========
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/cli-extras.svg)](https://hackage.haskell.org/package/cli-extras) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/cli-extras/badge)](https://matrix.hackage.haskell.org/#/package/cli-extras) [![Github CI](https://github.com/obsidiansystems/cli-extras/workflows/github-action/badge.svg)](https://github.com/obsidiansystems/cli-extras/actions) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/cli-extras/blob/master/LICENSE)

This library collects several utilities that are helpful when building command line interface applications.

It provides facilities for logging, formatted printing to the terminal, spinners, and theming.

For an example of this library in action, have a look at [cli-git](https://github.com/obsidiansystems/cli-git).