@tradercore/plugin-template-main
v1.0.0
Published
Core implementation package for the TraderCore plugin template. This package contains the main executable code and business logic for your plugin.
Readme
@tradercore/plugin-template-main
Core implementation package for the TraderCore plugin template. This package contains the main executable code and business logic for your plugin.
Installation
pnpm add @tradercore/plugin-template-mainUsage
import { /* your exports */ } from '@tradercore/plugin-template-main';
// Your implementation hereDevelopment
- Install dependencies:
pnpm install- Start development mode:
pnpm devAvailable Scripts
| Command | Description |
|---------|-------------|
| pnpm build | Build the package using tsup |
| pnpm dev | Watch mode for development |
| pnpm clean | Clean build artifacts |
| pnpm test | Run tests |
Dependencies
@tradercore/plugin-template-types: Shared type definitions- TypeScript
- tsup (for building)
- rimraf (for cleaning)
