Comparing version 1.0.12 to 1.0.13
@@ -8,5 +8,8 @@ #!/usr/bin/env node | ||
}); | ||
console.log("Booting.") | ||
if(process.argv[3].toLowerCase() == "-u"){ | ||
console.log("Booting.") | ||
const cp = require("child_process"); | ||
cp.execSync(`npm i -g consel`) | ||
return console.log("BOOTED") | ||
} | ||
console.log( | ||
@@ -13,0 +16,0 @@ chalk.blueBright( |
{ | ||
"name": "consel", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
A modified child_process client for you to use! Once installed (make sure to use the global tag) just say consel and run your commands like usual! | ||
Install: `npm i -g consel` | ||
To update do: `conse -u` |
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
1989
56
4