asseco-commons
---
1. Build project with command
```
npm run build
```
2. Use "pack" to create library archive in project root
```
npm pack
```
3. Copy the archive to the project where the library is needed and install it.
(You can put it in a "lib" folder