Allows additional template data to be passed to the template function.
Optional
changelogA function that receives the workspace metadata and returns the URL to the package changelog. (e.g. https://github.com/user/repo/blob/main/packages/my-package/CHANGELOG.md)
Optional
docsA function that receives the workspace metadata and returns the URL to the package documentation. (e.g. https://user.github.io/repo/modules/_scope_my-package)
Optional
packageA function that receives the workspace metadata and returns the URL to the package in the package registry. (e.g. https://www.npmjs.com/package/@scope/my-package)
Optional
readmeA function that receives the workspace metadata and returns the URL to the package README. (e.g. https://github.com/user/repo/blob/main/packages/my-package/README.md)
Optional
repoA function that receives the workspace metadata and returns the URL package in its the repository. (e.g. https://github.com/user/repo/tree/main/packages/my-package/)
Data to use in the template function.