Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add Language Support and CI Workflows for Matrix Configuration Parser #17

Closed
5 tasks done
7rikazhexde opened this issue Nov 3, 2024 · 0 comments
Closed
5 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@7rikazhexde
Copy link
Owner

7rikazhexde commented Nov 3, 2024

Overview

This project currently provides JSON parsing functionality primarily through GitHub Actions workflows, supporting os, python-version and ghpages_branch configurations. I propose extending this functionality to support multiple programming languages, specifically Node.js, Ruby, Go, and Rust implementations.

Propose Enhancements

Language-specific project examples

  • Add project examples for each language under the examples directory.
  • Each project will include a README.md and test code.
examples/
├── nodejs/     # Node.js implementation
├── ruby/       # Ruby implementation
├── go/         # Go implementation
└── rust/       # Rust implementation

Language-specific workflow examples

  • Add workflows to run test code for each language-specific project.

Success Criteria

  • Language-specific README documentation
  • Passing tests for each language implementation
  • Workflow examples for each programming language
  • Consistent structure across all implementations
  • Updated documentation reflecting all changes
@7rikazhexde 7rikazhexde added the enhancement New feature or request label Nov 3, 2024
@7rikazhexde 7rikazhexde self-assigned this Nov 3, 2024
@7rikazhexde 7rikazhexde changed the title Enhancement: Add Language-specific Examples for JSON Parser Implementation Enhancement: Add Language Support and CI Workflows for Matrix Configuration Parser Nov 3, 2024
7rikazhexde added a commit that referenced this issue Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant