@kokiito0926/fs2xml 0.0.0 → 0.0.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/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,19 @@
3
3
  fs2xmlを用いれば、ファイルをXML形式でまとめることができます。
4
4
  ファイルをXML形式でまとめてから、大規模言語モデルに与えたりすることができるので便利かもしれません。
5
5
 
6
+ ## インストール
7
+
8
+ ```bash
9
+ $ npm install --global @kokiito0926/fs2xml
10
+ ```
11
+
12
+ ## 実行方法
13
+
14
+ ```bash
15
+ $ fs2xml ../../workspace/
16
+ $ fs2xml ../../workspace/ > ./example.xml
17
+ ```
18
+
6
19
  ## ライセンス
7
20
 
8
21
  [MIT](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kokiito0926/fs2xml",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "private": false,
5
5
  "description": "fs2xmlを用いれば、ファイルをXML形式でまとめることができます。",
6
6
  "keywords": [