create-kanojo 0.0.1 → 0.1.2
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 +3 -9
- package/dist/index.mjs +10985 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
# create-kanojo
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Create your girlfriend with `create-kanojo`. If you want to create your boyfriend, please use `create-kareshi` instead.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
- `role: male`
|
|
7
|
-
- `target: female`
|
|
5
|
+
## Usage
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
bun packages/create-kanojo/src/index.ts
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
公開用 bundle は `bun run --filter create-kanojo build` で `dist/index.mjs` に出力されます。
|
|
7
|
+
See https://github.com/nakasyou/matching-app
|