Skip to content

Commit 0cff434

Browse files
committed
Update READMEs
1 parent 76add60 commit 0cff434

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
- Rust実装を利用し、XMLをパースしてJavaScriptオブジェクトに変換します。
1616
- [`jmaxml-json-types`](./jmaxml-json-types/) - TypeScript (型宣言)
1717
- シリアライズされた JSON のためのの型宣言です。
18+
- [`assets`](./assets/) - テスト用サンプルXMLとJSONを管理します。
19+
- `cargo run generate_samples`
1820

1921
おまけ(メンテナンスしていません):
2022

@@ -28,6 +30,8 @@
2830
```bash
2931
# コードジェネレータの再実行
3032
make update
33+
34+
-[uv](https://docs.astral.sh/uv/) は必須の依存関係です。
3135
```
3236

3337
## Author

assets/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 説明
2+
テスト用フィクスチャ用にXMLファイルとパース済みのJSONファイルを生成し、維持する。
3+
4+
# 使い方
5+
`cargo run generate_samples`

0 commit comments

Comments
 (0)