UNPKG

easy-e-invoice

Version:

Easy invoice XRechnung is a standardized electronic invoice format developed to comply with the European Directive 2014/55/EU

33 lines (19 loc) 605 B
# Easy E-Invoice This package allows you to easily create E-Invocies that are ready to be used in EU countries. ## Development ### Use as a template ### Set up tools and environment You need to have [Node.js](https://nodejs.org/en/download/) installed. Node includes npm as its default package manager. ### Install dependencies Install dependencies with npm: ```bash npm i ``` ### Test Test your code with Jest framework: ```bash npm run test ``` ### Examples Look at the tests for now. Proper examples will follow here. You can use the very simple `EInvoice` interface to create an invoice: