git clone [email protected]:andreafalzetti/node-fatturazione-elettronica-aruba.git
cd node-fatturazione-elettronica-aruba
npm install
npm test
We use semantic-release
, when you merge to master
the tool creates a new tag and publishes to npm.
We use commitlint structured commit messages. Please follow the rules if you want your PR to be merged quickly.
We use ESLInt and Prettier in this project. Please consider running npm run lint:fix
before creating your PR.