Skip to content

複数のXMLのファイルをマージすることができるコマンドラインのツールです。

License

Notifications You must be signed in to change notification settings

kokiito0926/xmlmerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmlmerger

xmlmergerは、複数のXMLのファイルをマージすることができるコマンドラインのツールです。
とりわけ、同じタグを持つような要素が複数ある場合、それらを配列として連結して保持するため、設定ファイルなどの統合に最適です。

インストール

$ npm install --global @kokiito0926/xmlmerger

使用方法

複数のXMLのファイルを指定してから、コマンドを実行します。

$ xmlmerger ./original.xml ./source.xml > ./combined.xml

ライセンス

MIT

About

複数のXMLのファイルをマージすることができるコマンドラインのツールです。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published