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

feat: Packaging and Publishing Regex Utility as a Cairo Library #201 #207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

enyinnaya1234
Copy link

📝 Pull Request Title

🛠️ Issue

📖 Description

📘 Description

  • This PR packages our Regex Utility implementation as a standalone Cairo library that can be easily imported and used by other developers through Scarb. It includes the necessary code organization, configuration, and documentation to ensure seamless adoption.

🔧 Changes Included

  • Structured the code following best practices for Cairo packages

  • Established an appropriate file structure for maintainability

  • Implemented semantic versioning for clear version management

  • Added comprehensive documentation, including usage and import examples

  • Created a detailed README with installation and usage instructions

    • Code follows best practices for Cairo packages
  • File structure aligns with Cairo library conventions

  • Library versioning follows semantic versioning

  • Documentation includes examples and import instructions

  • README provides clear installation & usage steps

  • This PR ensures that our Regex Utility is properly packaged and ready for external use via Scarb.

Can you kindly review the changes made?

Copy link
Contributor

@coxmars coxmars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @enyinnaya1234, to complete this issue in a correct way follow this example: #208, follow the organization used in the DateTime lib, add the same readme based on the Regex and publish the package in scarb registry and make me the owner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Packaging and Publishing Regex Utility as a Cairo Library
2 participants