e-invoice-eu
can be used to create electronic invoices on the commandline.You can install the commandline tool e-invoice-eu
like this:
npm install -g @e-invoice-eu/cli
yarn global add @e-invoice-eu/cli
pnpm add -g @e-invoice-eu/cli
bun add -g @e-invoice-eu/cli
If you lack the required permissions to install the command globally,
you may have to prepend sudo
to the command.
nvm
You can avoid using sudo
by using the Node
Version Manager nvm
. That has the additional benefit that
you have multiple versions of Node.js
available simultaneously.
Test that the installation has worked:
e-invoice-eu --version
That should output version information.