@tradercore/plugin-template-types
v1.0.0
Published
Shared TypeScript types and interfaces for the TraderCore plugin template. This package provides type definitions that can be used across your plugin implementation.
Downloads
8
Readme
@tradercore/plugin-template-types
Shared TypeScript types and interfaces for the TraderCore plugin template. This package provides type definitions that can be used across your plugin implementation.
Installation
pnpm add @tradercore/plugin-template-typesUsage
import { /* type definitions */ } from '@tradercore/plugin-template-types';
// Use types in your implementationDevelopment
- Install dependencies:
pnpm install- Start development mode:
pnpm devAvailable Scripts
| Command | Description |
|---------|-------------|
| pnpm build | Build type definitions using tsc |
| pnpm dev | Watch mode for development |
| pnpm clean | Clean build artifacts |
| pnpm test | Run tests |
Dependencies
- TypeScript
- rimraf (for cleaning)
- Node.js type definitions
