Simple and common functions shared for Enki products.
On add source link to lib, the user can debug lib without attach source code.
On some branch, run the follow:
make build && make run-test && make pack && make push-pack
This will generate an pre-release version with follow structure {version}.{pack}.{version}-{prerelease-sufix}
On Master, run the follow:
make build && make run-test && make pack && make push-pack
This will generate an pre-release version with follow structure {version}.{pack}.{version}