yarn is currently used for package management and release generation.
yarn install
in the root of the repository will install some git hooks to manage commit message style (conventional commits for
semnatic versioning) and code style.
yarn develop
will build debug versions of all packages. Requires msbuild.exe
in the path
(build tools) and
.NET Framework.
yarn build
will build production versions of all packages.
yarn release
will build production versions of all packages and publish to github.