@dupecom/botcha-cli 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/postinstall.js +17 -0
  2. package/package.json +2 -1
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env node
2
+
3
+ // Keep it short, tasteful, and useful.
4
+ const msg = `
5
+ ┌─────────────────────────────────────────────────┐
6
+ │ │
7
+ │ BOTCHA CLI installed. │
8
+ │ │
9
+ │ Get started: │
10
+ │ botcha init --email you@company.com │
11
+ │ │
12
+ │ Docs: https://botcha.ai/showcase │
13
+ │ │
14
+ └─────────────────────────────────────────────────┘
15
+ `;
16
+
17
+ console.log(msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dupecom/botcha-cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "CLI tool for testing and debugging BOTCHA-protected endpoints",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -16,6 +16,7 @@
16
16
  "scripts": {
17
17
  "build": "tsc",
18
18
  "dev": "tsx src/index.ts",
19
+ "postinstall": "node bin/postinstall.js",
19
20
  "prepublishOnly": "bun run build"
20
21
  },
21
22
  "keywords": [