1.0.7 • Published 2 years ago

hxform v1.0.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

node-current TypeScript pnpm GitHub issues

Installation

    npm install hxform

Examples

  • here you can see examples about using this lib.

How to Contribute

  1. Forking the Repository: Fork this repository to your own GitHub account by clicking the "Fork" button.
  2. Cloning the Repository: Clone the forked repository to your local machine:

    git clone <https://github.com/<YourUser>/hxform.git>
  3. Pick or Create an Issue:

  4. 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
  5. Make Changes: Create or modify the snippet.

  6. Testing: Ensure that all changes are tested and do not introduce errors.

    git commit
  7. Update Documentation: If necessary, update relevant documentation to reflect your changes.

  8. Push Changes: Push your changes to your fork:

    git push origin your-branch-name
  9. 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.

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago