Documentation

clovis init

Initialize a ledger with default accounts

npm

What it does

Initialize a ledger with default accounts

UsageUsage: clovis init [options]

Options

--template <template>Default account template (default: "personal")
--currency <symbol>Explicit setup currency symbol, e.g. CAD or USD
-h, --helpdisplay help for command

Examples

clovis init --currency CAD

Notes

Clovis does not infer a default currency.

Raw help output

This is the exact help text captured from the published package.

Usage: clovis init [options]

Initialize a ledger with default accounts

Options:
  --template <template>  Default account template (default: "personal")
  --currency <symbol>    Explicit setup currency symbol, e.g. CAD or USD
  -h, --help             display help for command

Examples:
  clovis init --currency CAD

Notes:
  Clovis does not infer a default currency.