# Utility Collection

This repository contains a collection of frequently used utilities by Netvlies

## Installation

1. Add the bundle to your project `npm i @netvlies/utility-collection`

## Contributing guide

1. Clone this repo
2. Make your changes and commit them according to our [git commit format](https://netvlies.jira.com/l/c/Z2MQzswC)
3. Submit PR and get it approved
4. Merge PR to `release/{year}{3-digit number}`, e.g. `release/2023001`
5. Create new release with `npm run release`
6. Merge release to `main`
