aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/README.md
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/README.md
downloadedi-parser-master.tar.gz
edi-parser-master.tar.zst
edi-parser-master.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/README.md')
-rw-r--r--specification/README.md23
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
3Scaffolding for some of the revisions of the Edifact specifaction.
4
5This is generated via [edi-parser-scaffolder] and depends on [edi-parser-core].
6
7This is meant to be used as first-level dependency in a project parsing messages
8from 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
18ifcsum <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