[READ-ONLY] Mirror of https://github.com/probablykasper/colorboy-js. Easy terminal coloring for Node.js, macOS/Linux npmjs.com/package/colorboy
ansi cli color package terminal
0

Configure Feed

Select the types of activity you want to include in your feed.

2.1.0

Kasper (Sep 5, 2020, 9:27 PM +0200) 741dacea bb6a9e65

+2 -2
+1 -1
package-lock.json
··· 1 1 { 2 2 "name": "colorboy", 3 - "version": "2.0.0", 3 + "version": "2.1.0", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": {
+1 -1
package.json
··· 1 1 { 2 2 "name": "colorboy", 3 - "version": "2.0.0", 3 + "version": "2.1.0", 4 4 "description": "Easily add color to your console.log in Node.js", 5 5 "main": "index.js", 6 6 "homepage": "https://github.com/probablykasper/colorboy-js#readme",