@browserbasehq/bb9
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -43,2 +43,3 @@ #!/usr/bin/env node | ||
execSync("git init", { cwd: projectPath }); | ||
execSync("git branch -M main", { cwd: projectPath }); | ||
} | ||
@@ -91,3 +92,3 @@ // Create README.md | ||
yield createProjectStructure(projectPath, projectName, options); | ||
console.log(chalk.green(` 🤘 Successfully created new Stagehand project: "${projectName}"`)); | ||
console.log(chalk.green(`🤘 Successfully created new Stagehand project: "${projectName}"`)); | ||
console.log(chalk.yellow("🎬 Lights, Camera, act()!")); | ||
@@ -94,0 +95,0 @@ console.log(chalk.gray(` cd ${projectName}\n npm install\n npm start\n npm test`)); |
{ | ||
"name": "@browserbasehq/bb9", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "", | ||
@@ -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
21123
285