@aiorg/cli 1.6.2 → 1.6.3

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/README.md +20 -5
  2. package/package.json +18 -5
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @aiorg/cli
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@aiorg/cli)](https://www.npmjs.com/package/@aiorg/cli)
4
+ [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
5
+ [![Claude Code](https://img.shields.io/badge/built%20for-Claude%20Code-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
6
+
3
7
  Official CLI for downloading and managing [aiorg](https://aiorg.dev) kits - Claude Code starter kits for founders.
4
8
 
5
9
  ## Installation
@@ -113,18 +117,29 @@ Your customizations and data are preserved during upgrades.
113
117
 
114
118
  | Kit | Type | Description |
115
119
  |-----|------|-------------|
116
- | `idea-os` | Free | AI-powered business idea validation |
117
- | `marketing-os` | Paid | AI-powered marketing automation |
118
- | `saas-dev-team` | Paid | Full-stack SaaS template |
119
- | `landing-page` | Paid | High-converting landing page |
120
+ | [`idea-os`](https://aiorg.dev/kits/idea-os) | Free | AI-powered business idea validation |
121
+ | [`landing-page`](https://aiorg.dev/kits/landing-page) | Free | GEO optimization for Astro projects |
122
+ | [`marketing-os`](https://aiorg.dev/kits/marketing-os) | Paid | AI-powered marketing automation |
123
+ | [`saas-dev-team`](https://aiorg.dev/kits/saas-starter) | Paid | Full-stack SaaS template |
124
+ | [`product-os`](https://aiorg.dev/kits/product-os) | Paid | Product management with AI |
125
+ | [`qa-team`](https://aiorg.dev/kits/qa-team) | Paid | AI-powered QA testing |
126
+ | [`support-team`](https://aiorg.dev/kits/support-team) | Paid | AI customer support |
127
+ | [`investor-os`](https://aiorg.dev/kits/investor-os) | Paid | Fundraising preparation |
120
128
 
121
- Visit [aiorg.dev](https://aiorg.dev) to purchase paid kits.
129
+ Visit [aiorg.dev](https://aiorg.dev) to see all kits.
122
130
 
123
131
  ## Requirements
124
132
 
125
133
  - Node.js 18+
126
134
  - npm, pnpm, or yarn
127
135
 
136
+ ## Links
137
+
138
+ - **Website:** [aiorg.dev](https://aiorg.dev)
139
+ - **Documentation:** [aiorg.dev/docs](https://aiorg.dev/docs)
140
+ - **All kits:** [aiorg.dev/#kits](https://aiorg.dev/#kits)
141
+ - **Issues:** [github.com/aiorgdev/cli/issues](https://github.com/aiorgdev/cli/issues)
142
+
128
143
  ## License
129
144
 
130
145
  MIT
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@aiorg/cli",
3
- "version": "1.6.2",
4
- "description": "CLI for downloading and upgrading aiorg kits",
3
+ "version": "1.6.3",
4
+ "description": "CLI for downloading and managing AI starter kits for Claude Code. Build SaaS, validate ideas, run marketing - all with AI.",
5
+ "homepage": "https://aiorg.dev",
5
6
  "type": "module",
6
7
  "publishConfig": {
7
8
  "access": "public"
@@ -25,13 +26,25 @@
25
26
  "aiorg",
26
27
  "cli",
27
28
  "claude",
28
- "starter-kit"
29
+ "claude-code",
30
+ "starter-kit",
31
+ "saas",
32
+ "ai",
33
+ "founder-tools",
34
+ "boilerplate",
35
+ "developer-tools"
29
36
  ],
30
- "author": "aiorg.dev",
37
+ "author": {
38
+ "name": "AI Org",
39
+ "url": "https://aiorg.dev"
40
+ },
31
41
  "license": "MIT",
32
42
  "repository": {
33
43
  "type": "git",
34
- "url": "https://github.com/aiorgdev/cli"
44
+ "url": "git+https://github.com/aiorgdev/cli.git"
45
+ },
46
+ "bugs": {
47
+ "url": "https://github.com/aiorgdev/cli/issues"
35
48
  },
36
49
  "engines": {
37
50
  "node": ">=18"