UNPKG

enex-dump

Version:

Dump the content of .enex files, preserving attachments, some metadata and optionally converting notes to Markdown.

10 lines (5 loc) 94 B
#!/usr/bin/env node /* REQUIRE */ const CLI = require ( '../src/cli' ); /* CLI */ CLI ();