npm install hxform
- here you can see examples about using this lib.
-
Forking the Repository: Fork this repository to your own GitHub account by clicking the "Fork" button.
-
Cloning the Repository: Clone the forked repository to your local machine:
git clone <https://github.com/<YourUser>/hxform.git>
-
Pick or Create an Issue:
-
Create a Branch: Create a branch from the develop branch to work on your changes:
git checkout develop git reset --hard upstream/develop git checkout -b your-branch-name
-
Make Changes: Create or modify the snippet.
-
Testing: Ensure that all changes are tested and do not introduce errors.
git commit
-
Update Documentation: If necessary, update relevant documentation to reflect your changes.
-
Push Changes: Push your changes to your fork:
git push origin your-branch-name
-
Pull Request (PR) Creation: Open a Pull Request from your fork to the octopost repository on the develop branch, describing your changes and providing context about what was done.