@browserbasehq/bb9
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -45,28 +45,2 @@ #!/usr/bin/env node | ||
} | ||
// Create README.md | ||
yield fs.writeFile(path.join(projectPath, "README.md"), `# ${projectName} | ||
## Description | ||
A TypeScript ${options.template} project. | ||
## Installation | ||
\`\`\`bash | ||
npm install | ||
\`\`\` | ||
## Development | ||
\`\`\`bash | ||
npm start | ||
\`\`\` | ||
## Build | ||
\`\`\`bash | ||
npm run build | ||
\`\`\` | ||
## Test | ||
\`\`\`bash | ||
npm test | ||
\`\`\` | ||
`); | ||
} | ||
@@ -94,3 +68,3 @@ catch (error) { | ||
console.log(chalk.yellow("🎬 Lights, Camera, act()!")); | ||
console.log(chalk.gray(` cd ${projectName}\n npm install\n npm start\n npm test`)); | ||
console.log(chalk.gray(` cd ${projectName}\n npm install\n npm start`)); | ||
} | ||
@@ -97,0 +71,0 @@ catch (error) { |
{ | ||
"name": "@browserbasehq/bb9", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -31,2 +31,3 @@ "main": "index.js", | ||
"build": "tsc", | ||
"cr": "changeset && pnpm run release", | ||
"postbuild": "chmod +x ./dist/index.js", | ||
@@ -33,0 +34,0 @@ "changeset": "changeset", |
20805
264