@konto-ledger/cli
v0.1.1
Published
CLI and typed client generator for Konto ledgers.
Maintainers
Readme
@konto-ledger/cli
The command-line interface and typed client generator for Konto ledgers.
This CLI tool provisions your PostgreSQL database with the necessary schema and dynamically generates a strictly-typed .konto client based on your konto.config.ts business rules.
Installation
npm install @konto-ledger/cliUsage
Initialize a new ledger configuration:
npx @konto-ledger/cli initApply migrations to your database:
npx @konto-ledger/cli migrateGenerate the strongly-typed client:
npx @konto-ledger/cli generateFor the full documentation and setup guide, please visit the main repository:
