Paketler

The purpose of the multiple packages is to

  • organize the codebase into more modular, encapsulated pieces
  • be able to opt out of certain functionalities
  • keep the dependencies of the core packages small

Overview

See the latest published packages on npm. Here is an overview of all the packages:

Umbrella Packages

These packages give you a batteries-included point of getting started, and most likely the thing you’d want to use in your project:

Essential Packages

Language Extensions

These packages extend the pattern language by specific functions

Outputs

Others

No Longer Maintained

Tools

  • pnpm for package management, workspaces and publishing
  • lerna for bumping versions
  • see CONTRIBUTING.md for more info