@browserbasehq/bb9
Advanced tools
Comparing version 1.2.15 to 1.2.16
@@ -5,5 +5,8 @@ import { createProjectStructure, promptForOptions } from "../utils/config.js"; | ||
export function registerInitCommand(program) { | ||
console.log("🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️"); | ||
console.log(chalk.yellow("Welcome to Browserbase CLI")); | ||
console.log("🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️"); | ||
const welcomeMessage = "Welcome to Browserbase CLI"; | ||
const welcomeMessageFmt = `🅱️\t${welcomeMessage}\t🅱️`; | ||
const border = "🅱️".repeat(welcomeMessageFmt.length); | ||
console.log(chalk.yellow(border)); | ||
console.log(chalk.yellow(welcomeMessageFmt)); | ||
console.log(chalk.yellow(border)); | ||
program | ||
@@ -10,0 +13,0 @@ .command("init") |
{ | ||
"name": "@browserbasehq/bb9", | ||
"version": "1.2.15", | ||
"version": "1.2.16", | ||
"description": "CLI to scaffold and manage Browserbase applications", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
37767
437