@capriza/create-capriza-connector
Advanced tools
Comparing version 0.0.18 to 0.0.19
17
index.js
@@ -39,8 +39,10 @@ #!/usr/bin/env node | ||
//done | ||
console.log (`${chalk.bold("Done :)")}`); | ||
console.log (`${chalk.bold(chalk.green("Done :)"))}`); | ||
console.log (); | ||
console.log (`You can go ahead and start to test your ${chalk.bold(connectorName)} by running ${chalk.yellow("npm run bltester")}`); | ||
console.log (`You can go ahead and start to test your ${chalk.bold(connectorName)} by running:`); | ||
console.log (`${chalk.bold("cd " + connectorName)}`); | ||
console.log (`${chalk.bold("npm run bltester"}`); | ||
console.log (); | ||
console.log (`Once ready, in order to connect to your connector to Capriza's cloud, you need to:`); | ||
console.log (`1. Set a caprizaConfig.json file that should look like this: `); | ||
console.log (`Once ready, in order to connect to your connector to Capriza's cloud, you need to:\n`); | ||
console.log (`1. Set a caprizaConfig.json file that should look like this:\n`); | ||
console.log (JSON.stringify( | ||
@@ -56,7 +58,8 @@ { | ||
" ", 3)); | ||
console.log ("* The connectorId, apiKey and apiSecret can be generated using the capriza dashboard"); | ||
console.log (); | ||
console.log ("* The connectorId, apiKey and apiSecret can be generated using the capriza dashboard\n"); | ||
console.log (`2. Set a systemConfig.json file, which includes required parameters that are relevant to the source system (system url, user credentials).`); | ||
console.log (`3. Set the path of these 2 files in the resources/config.json file`); | ||
console.log (`3. Set the path of these 2 files in the resources/config.json file.`); | ||
console.log (); | ||
console.log (chalk.bold(chalk.green(`Good Luck!`))); | ||
console.log (chalk.bold(chalk.yellow(`Capriza`))); | ||
console.log (chalk.bold(chalk.yellow(`Capriza\n\n\n`))); |
{ | ||
"name": "@capriza/create-capriza-connector", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Create a Capriza connector bootstrap program", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3213
53