#Hacktoberfest: contribute to curl-to-json-parser

7 messages · Page 1 of 1 (latest)

elfin wind
#

curl-to-json-parser — convert a multiline curl command string into a structured, parsable JSON object and a tiny CLI to use it.
Repo: https://github.com/Jayant-Jeet/curl-to-json-parser.

Why this project

  • Useful developer utility that makes HTTP requests copy/pasteable into tools and tests.
  • Small, focused codebase ideal for first-time contributors and quick Hacktoberfest PRs.
  • Room for improvements: parsing edge-cases, CLI ergonomics, tests, docs, examples.

Good first issues to pick

  • Add parsing for complex header formats and repeated flags.
  • Improve CLI flags and error messages.
  • Add unit tests for currently untested parsing branches.
  • Write example snippets (curl -> JSON) for README and demo folder.

How to contribute

  1. Fork the repo and create a branch named hacktoberfest/<your-feature>.
  2. Pick an issue labelled good first issue or help wanted, or open one describing a small improvement.
  3. Implement your change, add/update tests and README examples, run existing tests.
  4. Submit a pull request with a clear title and description referencing the issue number.

Rules and etiquette

  • Keep changes focused and well-tested.
  • Respect existing code style and add tests where applicable.
  • If you’re unsure about scope, open an issue describing the proposal before a large PR.

Contact

Tag me in the Hacktoberfest Discord or open an issue on the repo for quick feedback. I’ll review and iterate on PRs promptly.

Ready to help make everyday developer workflows easier? Dive in and send your first PR — excited to collaborate.

elfin wind
elfin wind
#

Open to be claimed

north sluice
elfin wind
north sluice
#

done already