@pie-element/shared-controller-utils

v0.1.0

Published

Controller utility functions for PIE elements

Readme

@pie-framework/controller-utils

Controller utility functions for PIE elements.

Installation

This package is part of the PIE workspace and should be installed via workspace dependencies:

{
  "dependencies": {
    "@pie-framework/controller-utils": "workspace:*"
  }
}

Usage

import { /* utility functions */ } from '@pie-framework/controller-utils';

Development

# Build the package
npm run build

# Watch mode for development
npm run dev

# Run tests
npm run test

# Clean build artifacts
npm run clean

License

MIT