Collection of frequently used utilities by Netvlies
npm install @netvlies/utility-collectionThis repository contains a collection of frequently used utilities by Netvlies
1. Add the bundle to your project npm i @netvlies/utility-collection
1. Clone this repo
2. Make your changes and commit them according to our git commit format
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