@netvlies/utility-collection
v0.3.1
Published
Collection of frequently used utilities by Netvlies
Downloads
510
Readme
Utility Collection
This repository contains a collection of frequently used utilities by Netvlies
Installation
- Add the bundle to your project
npm i @netvlies/utility-collection
Contributing guide
- Clone this repo
- Make your changes and commit them according to our git commit format
- Submit PR and get it approved
- Merge PR to
release/{year}{3-digit number}
, e.g.release/2023001
- Create new release with
npm run release
- Merge release to
main