Skip to content

Commit

Permalink
Moving to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
starak committed Apr 15, 2024
1 parent 47ba5dc commit f164a7e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Console-stamp 3

[![npm][npm-image]][npm-url]
[![downloads][downloads-image]][npm-url]
[![build][build-img]][npm-url]
[![Downloads][downloads-image]][npm-url]
[![Build Status][build-img]][build-url]

[npm-image]: https://img.shields.io/npm/v/console-stamp.svg?style=flat-square
[npm-url]: https://npmjs.org/package/console-stamp
[build-img]: https://circleci.com/gh/starak/node-console-stamp.svg?style=svg
[build-url]: https://github.com/starak/node-console-stamp/actions
[npm-image]: https://img.shields.io/npm/v/console-stamp.svg?style=flat-square
[build-img]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fstarak%2Fnode-console-stamp%2Fbadge%3Fref%3Dmain&style=flat-square
[downloads-image]: https://img.shields.io/npm/dm/console-stamp.svg?style=flat-square

This module lets you take control over the output from `console` logging methods in Node.js. Such as prefixing the log statement with timestamp information, log levels, add coloured output and much more.
Expand Down

0 comments on commit f164a7e

Please sign in to comment.