feat: Packaging and Publishing Regex Utility as a Cairo Library #201#207
Closed
enyinnaya1234 wants to merge 1 commit intoKaizenode:mainfrom
Closed
feat: Packaging and Publishing Regex Utility as a Cairo Library #201#207enyinnaya1234 wants to merge 1 commit intoKaizenode:mainfrom
enyinnaya1234 wants to merge 1 commit intoKaizenode:mainfrom
Conversation
coxmars
suggested changes
Mar 24, 2025
Contributor
There was a problem hiding this comment.
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.
Contributor
|
Hi @enyinnaya1234 any updates? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Title
🛠️ Issue
📖 Description
📘 Description
🔧 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
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?