Skip to content

holtwick/receipts-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receipts Space

Receipts Space file format reference implementation

See Receipts Space Specification

Installation and Usage

export command

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>

info command

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>

Usage

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 

About

Receipts Space file format reference implementation

Topics

Resources

License

Security policy

Stars

Watchers

Forks