Comparing version 0.0.62 to 0.0.63
{ | ||
"name": "clrlg", | ||
"version": "0.0.62", | ||
"version": "0.0.63", | ||
"description": "Color Log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# clrlg | ||
Color Logging with timers and other functionality to the console. | ||
Improve the standard console.log output by adding Color Logging, timers and timestamps. High performance and Easy to Setup and Use. | ||
@@ -8,7 +8,7 @@ | ||
Require the clrlg inside your node app, and then use it instead of the standard console.log. Give more meaning to your console output, by adding colors, and timers. | ||
Require the **clrlg** into your node app, and then use it instead of the standard *console.log*. Give more meaning to your console output, by adding colors, and timers. | ||
### Installing | ||
To install the module before using it inside your project. We recommend installing it globally (-g) | ||
To use the **clrlg** module you first need to install it into your app project. We recommend installing it globally (-g) | ||
@@ -27,5 +27,5 @@ ``` | ||
To use clrlg inside your project. | ||
To use **clrlg** inside your project app. | ||
In your code Require the installed module. | ||
In your code include the installed module. | ||
@@ -36,3 +36,3 @@ ``` | ||
Assign a variable to the constructor. | ||
Now assign a variable to the constructor. | ||
@@ -43,3 +43,3 @@ ``` | ||
Now output from anywhere in your code using he **lg** method. | ||
Now output to the terminal from anywhere in your code using he **lg** method. | ||
@@ -53,4 +53,5 @@ ``` | ||
``` | ||
c.lg("color output","red|yellow|blue|green|magenta|grey|white(default)|cyan"); | ||
c.lg("text to output","red|yellow|blue|green|magenta|grey|white(default)|cyan"); | ||
``` | ||
For example | ||
@@ -57,0 +58,0 @@ |
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
7407
134