git clone https://github.com/stackthefennec/telegram-export-parser.git
cd telegram-export-parser
npm installnpm run build- Build the packagenpm run dev- Watch mode developmentnpm run lint- Check code stylenpm run lint:fix- Fix code style issuesnpm run test- Run testsnpm run type-check- Check TypeScript types
- Fork the repo
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass
- Submit PR with clear description
- Use TypeScript strict mode
- Prefer functional programming patterns
- Use arrow functions for utilities
- Add JSDoc comments for public APIs