create-kanojo 0.0.0

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.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # create-kanojo
2
+
3
+ 男性ユーザー向けの CLI 入口です。実装本体は `@repo/shared` にあり、この package は以下の preset で起動します。
4
+
5
+ - `brand: create-kanojo`
6
+ - `role: male`
7
+ - `target: female`
8
+
9
+ ```bash
10
+ bun packages/create-kanojo/src/index.ts
11
+ ```
12
+
13
+ 公開用 bundle は `bun run --filter create-kanojo build` で `dist/index.mjs` に出力されます。