For the complete documentation index, see llms.txt. This page is also available as Markdown.

@voyzu/ice-creams

@voyzu/ice-creams is the best-practice reference package for Voyzu package development. It is intentionally small enough to understand while demonstrating the normal structure of a production package.

It includes:

  • Package and module declarations with package-owned top and left navigation.

  • Layered CRUD pages and REST APIs using Voyzu DTO, validation, service and repository patterns.

  • Database installation, reference seeds, optional sample data and uninstall artifacts.

  • Audited business data, package-owned audit views and the shared platform audit API.

  • A report module with interactive and printable routes.

Use this package as a working example when following Develop a new package, the package contract and the module contract.

Install

npm run voyzu:install -- https://github.com/chrisjameslennon/voyzu-packages.git @voyzu/ice-creams

View the source on GitHub.

Last updated