GitXplorerGitXplorer
c

log

public
57 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
c5085ccf5aa5103118bcc792a70996f8bd615533

fix: improve output

ccaarlos0 committed 3 days ago
Verified
e87656e12f0f3dbc74b6bdadaa66080d3ecf4664

fix: improve multi-line strings

ccaarlos0 committed 3 days ago
Verified
d3a5183e22cec24b268087e7a2384aa1ed1fd058

chore(deps): bump github.com/elliotchance/orderedmap/v2 from 2.6.1 to 2.7.0 (#47)

ddependabot[bot] committed 16 days ago
Verified
248ff587dd8047cc3016324d966b33e367448dbc

chore(deps): bump github.com/elliotchance/orderedmap/v2 from 2.6.0 to 2.6.1 (#46)

ddependabot[bot] committed 20 days ago
Verified
5f3973336c158310d1b469b620eda76a2d48d4bf

chore(deps): bump github.com/elliotchance/orderedmap/v2 from 2.5.0 to 2.6.0 (#45)

ddependabot[bot] committed a month ago
Verified
64b211f02e5081c4d3ec9884b89a6f589ee4fe48

chore(deps): bump github.com/elliotchance/orderedmap/v2 from 2.4.0 to 2.5.0 (#44)

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

log

A Colorful CLI logger.

Build Status Coverage Status

CleanShot 2022-07-04 at 15 06 05@2x

Acknowledgements

This package is a very refactored version of the great apex/log.

Changes are mostly related to reducing the number of dependencies and removing things I don't use, focusing in using it as CLI pretty logger, mainly for GoReleaser.

Make sure to check out the original work by tj!