https://github.com/obsidiansystems/cli-extras
https://github.com/obsidiansystems/cli-extras
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/cli-extras
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2020-09-28T12:09:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-13T21:39:06.000Z (4 months ago)
- Last Synced: 2025-03-25T07:02:00.897Z (2 months ago)
- Language: Haskell
- Size: 60.5 KB
- Stars: 3
- Watchers: 18
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
cli-extras
==========
[](https://haskell.org) [](https://hackage.haskell.org/package/cli-extras) [](https://matrix.hackage.haskell.org/#/package/cli-extras) [](https://github.com/obsidiansystems/cli-extras/actions) [](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).