Comparing version 1.1.14 to 1.1.15
#!/usr/bin/env node | ||
/** | ||
* Welcome to consel's cli code. | ||
* This is a client built off of child_process | ||
* This is a client built off of child_process | ||
*/ | ||
@@ -22,3 +22,5 @@ const readline = require("readline"); | ||
":elapsed seconds elapsed" | ||
)} ${chalk.blue("|")} ${chalk.greenBright(`:bar`)} ${chalk.blue("|")} ${chalk.red(':eta estimated seconds remaining')}`, | ||
)} ${chalk.blue("|")} ${chalk.greenBright(`:bar`)} ${chalk.blue( | ||
"|" | ||
)} ${chalk.red(":eta estimated seconds remaining")}`, | ||
{ | ||
@@ -44,3 +46,9 @@ total: 20, | ||
chalk.blueBright( | ||
`Welcome to ${chalk.underline(chalk.bold(chalk.green(`consel`)))}. ${chalk.cyan(`Running on node-version ${process.version}`)}. ${chalk.magenta(chalk.bold(chalk.underline("CWD:")))} ${chalk.redBright(process.cwd())}` | ||
`Welcome to ${chalk.underline( | ||
chalk.bold(chalk.green(`consel`)) | ||
)}. ${chalk.cyan( | ||
`Running on node-version ${process.version}` | ||
)}. ${chalk.magenta(chalk.bold(chalk.underline("CWD:")))} ${chalk.redBright( | ||
process.cwd() | ||
)}` | ||
) | ||
@@ -70,2 +78,4 @@ ); | ||
}); | ||
} finally { | ||
console.log(`${chalk.red(">")} Ready ${chalk.blue(Date.now())}`); | ||
} | ||
@@ -72,0 +82,0 @@ }); |
{ | ||
"name": "consel", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "A modified child_process client, with extensive logging.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,7 @@ **Consel**<br> | ||
Yeah, It's global, you can install with the following command: | ||
```bash | ||
$ npm i -g consel | ||
``` | ||
``` | ||
**Oh one more thing, is it hard to use or configure?**<br> | ||
@@ -17,2 +19,2 @@ Not in the slightest, just simply say `consel` in your terminal and you are up and running.<br> | ||
Usually every week, so make sure to constantly update!<br> | ||
Thanks ;) | ||
Thanks ;) |
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
4019
92
19