Comparing version 0.0.56 to 0.0.57
{ | ||
"name": "clrlg", | ||
"version": "0.0.56", | ||
"version": "0.0.57", | ||
"description": "Color Log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# clrlg | ||
Console Color Logging with timers and other functionality. | ||
Color Logging with timers and other functionality to the console. | ||
@@ -11,3 +11,2 @@ | ||
### Installing | ||
@@ -20,3 +19,3 @@ | ||
To install just for your current project, from the project folder. | ||
To install just for your current project, from the project folder: | ||
``` | ||
@@ -26,3 +25,2 @@ $ npm install --save clrlg | ||
### Using | ||
@@ -32,3 +30,3 @@ | ||
Require the installed module | ||
In your code Require the installed module. | ||
``` | ||
@@ -43,3 +41,3 @@ const clrlg = require("clrlg"); | ||
Output from anywhere in your code. | ||
Now output from anywhere in your code. | ||
``` | ||
@@ -46,0 +44,0 @@ c.lg("default color output"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6794
112