UNPKG

@stafyniaksacha/facturx

Version:

Factur-X and Order-X generation library for European e-invoicing standard

19 lines (16 loc) 553 B
import { defineCommand, runMain as runMain$1 } from 'citty'; import { p as pkg } from './shared/facturx.DVqxPZ0W.mjs'; const main = defineCommand({ meta: { name: pkg.name, description: pkg.description, version: pkg.version }, subCommands: { extract: () => import('./chunks/extract.mjs').then((r) => r.default), generate: () => import('./chunks/generate.mjs').then((r) => r.default), check: () => import('./chunks/check.mjs').then((r) => r.default) } }); const runMain = () => runMain$1(main); export { main, runMain };