Receipts Space file format reference implementation
See Receipts Space Specification
This demo is realized as a CLI tool that can be used to export .receipts-space libraries to a human-readable format.
npm install
npm start export <path-to-receipts-space-library-folder>To validate the integrity of a .receipts-space library and show detailed info, you can use the info command:
npm install
npm start export <path-to-receipts-space-library-folder>Use npm start to see all available commands.
Usage:
$ index.ts
Commands:
export <file> Export current content to JSON files
info <file> Information about the file and integrity check
For more info, run any command with the `--help` flag:
$ index.ts --help
$ index.ts export --help
$ index.ts info --help
Options:
-h, --help Display this message
-v, --version Display version number