diff options
author | Frédéric Menou <frederic.menou@fretlink.com> | 2016-12-08 10:19:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2022-05-17 18:01:51 +0200 |
commit | a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch) | |
tree | adf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/README.md | |
download | edi-parser-master.tar.gz edi-parser-master.tar.zst edi-parser-master.zip |
Diffstat (limited to 'specification/README.md')
-rw-r--r-- | specification/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/specification/README.md b/specification/README.md new file mode 100644 index 0000000..22cd0de --- /dev/null +++ b/specification/README.md | |||
@@ -0,0 +1,23 @@ | |||
1 | # edi-parser-specification | ||
2 | |||
3 | Scaffolding for some of the revisions of the Edifact specifaction. | ||
4 | |||
5 | This is generated via [edi-parser-scaffolder] and depends on [edi-parser-core]. | ||
6 | |||
7 | This is meant to be used as first-level dependency in a project parsing messages | ||
8 | from the revisions supported here. | ||
9 | |||
10 | ## Supported revisions | ||
11 | |||
12 | - 96.A | ||
13 | |||
14 | ## Companion tool | ||
15 | |||
16 | ``` | ||
17 | $ stack exec edi-parser-specification -- --help | ||
18 | ifcsum <file> : inspect IFCSUM file for revision D96A | ||
19 | -h|--help : this message | ||
20 | ``` | ||
21 | |||
22 | [edi-parser-core]: ../core/README.md | ||
23 | [edi-parser-scaffolder]: ../scaffolder/README.md | ||