json-stream-lite - v1.0.6
    Preparing search index...

    Contributing

    # Clone and install
    git clone https://github.com/jacobshirley/json-stream-lite.git
    cd json-stream-lite
    pnpm install
    pnpm compile      # Build the project
    pnpm test # Run tests
    pnpm format # Format code

    Use Conventional Commits:

    • feat: New features
    • fix: Bug fixes
    • docs: Documentation
    • test: Tests
    • refactor: Refactoring
    • chore: Maintenance
    • ci: Continuous integration changes
    • bump: Version bumps
    • perf: Performance improvements
    • security: Security fixes
    • release: Release-related changes
    • revert: Revert previous commits
    • style: Code style changes (formatting, missing semi colons, etc.)
    1. Fork and create a branch
    2. Make changes with tests
    3. Ensure pnpm compile and pnpm test pass
    4. Submit PR against master

    Use GitHub issue templates for bugs and feature requests.