feat: initialize puppet-zoom project with TypeScript and Playwright Add package.json with scripts for build, dev, and start Create config.ts for loading and validating configuration using Zod Implement logger.ts for structured logging with different log levels Develop prototype.ts for Zoom meeting automation using Playwright Update README.md with usage instructions for TypeScript (ESM) Enhance .gitignore to exclude build artifacts and logs Configure tsconfig.json for TypeScript compilation settings
feat: initialize puppet-zoom project with TypeScript and Playwright
Zoom Meeting Puppet
This repository is configured for modern TypeScript with ESM (NodeNext).
npm run build
dist/
npm run dev
npm run start
After editing, run npm install to install dev dependencies (typescript, ts-node, @types/node) if you haven’t already.
npm install
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
puppet-zoom
Zoom Meeting Puppet
TypeScript (ESM) usage
This repository is configured for modern TypeScript with ESM (NodeNext).
npm run build(outputs todist/)npm run devnpm run startAfter editing, run
npm installto install dev dependencies (typescript, ts-node, @types/node) if you haven’t already.