mediago-dev--mediago
85c0ff01e8
- Move SDK to packages/core-sdk - Remove npm/ directory (14 platform packages no longer needed) - Remove .bin/ directory (third-party binaries, will download from GitHub) - Remove pnpm-workspace.yaml, pnpm-lock.yaml - Remove npm.ts build script and templates - Simplify gulpfile.ts (remove npm build/publish tasks) - Rename package to @mediago/core-build Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
227 B
227 B
tsdown-starter
A starter for creating a TypeScript package.
Development
- Install dependencies:
npm install
- Run the unit tests:
npm run test
- Build the library:
npm run build