peppol
Version:
CLI tooling for EHF/PEPPOL XML files
32 lines (27 loc) • 748 B
Markdown
<h2 align="center">EHF CLI - The CLI tool for EHF files</h2>
<p align="center">
<br>
<img src="assets/screenshot.png" alt="CLI screenshot"/>
<br>
<i>Node based CLI tool for doing stuff with EHF and PEPPOL XML files</i>
<br>
</p>
Install Node.js which includes Node Package Manager
Install the EHF CLI globally:
```console
npm install -g peppol
```
| Command | Description |
| ------- | ----------- |
| attachments | Save embedded attachments to disk |
```console
foo@bar:~$ ehf attachments ehf-file.xml
Reading file ehf-file.xml
Saving PDF attachment as ehf-file-attachmentfilename.pdf
Saving PDF attachment as detailedCosts.xls
```