Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

p4o

p4o (Paketo) is Tikab's internal package ecosystem for shared modules.

Use p4o when you want reusable functionality with a stable API across multiple projects.

Why p4o exists

  • Reusability across repositories
  • Isolation from app-specific implementation details
  • Stable and versioned interfaces
  • Better long-term scalability for internal tooling

What to read next