TL;DR You can use our monorepo example as a boilerplate for your project instead.
Usage is mostly the same as described in usage section, but there are a few key differences.
The default RegExp patterns to match them are .*union-app.* and .*union-widget.*.
Patterns can be changed in configuration.
The application name uses PascalCase, the directory name uses kebab-case.
E.g. YourAppName > union-app-your-app-name.
E.g. we use boilerplates/* and packages/* workspaces in our github repository.