terminal-control
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "terminal-control", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Terminal escape codes made easy. Get in full control.", | ||
@@ -5,0 +5,0 @@ "main": "terminal-control.js", |
@@ -6,2 +6,4 @@ terminal-control | ||
If your application runs in different environments, don't worry. The init function checks if the process runs in a tty. If it's not, no escape codes will be output even if you call the methods. You can override this behavior by calling ```init(true)```. | ||
# Installation | ||
@@ -17,3 +19,3 @@ Run the following commands to download and install the package: | ||
``` | ||
var term = require('terminal-control'); | ||
var term = require('terminal-control').init(); | ||
@@ -20,0 +22,0 @@ term.setBold(true); |
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
11256
72