diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-08 07:32:25 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-08 07:32:25 +0200 |
commit | e1a304339efd62a3a5db8d4a16bd7b0e44bf8e90 (patch) | |
tree | 2de11710c8c024dd37a344e59d3e440eadd31df1 /proto/iso20022/README.md | |
parent | 3bf2348b1adefccc38ca8b69520c41541ed01aaf (diff) | |
download | warden-e1a304339efd62a3a5db8d4a16bd7b0e44bf8e90.tar.bz2 warden-e1a304339efd62a3a5db8d4a16bd7b0e44bf8e90.zip |
build(proto): iso20022
Diffstat (limited to 'proto/iso20022/README.md')
-rw-r--r-- | proto/iso20022/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/iso20022/README.md b/proto/iso20022/README.md new file mode 100644 index 0000000..8c2f852 --- /dev/null +++ b/proto/iso20022/README.md @@ -0,0 +1,7 @@ +# Proto + +Protos generated by schema2proto + +```sh +java -jar schema2proto-lib-1.0-alpha-2.jar --outputDirectory . --forceProtoPackage {pkg} pacs.008.001.12.xsd +``` |