Rehooks

Contributing

How to contribute to Rehooks

Contributing

Getting Started

To get started you must clone the repository and install the dependencies.

git clone https://github.com/pyr33x/rehooks-ts.git
cd rehooks-ts
npm install

Hooks

Want to add a new hook? Follow these steps:

npm run generate:hook

This will generate a new hook in the packages/core/src/hooks directory.

Docs

I'm going to add docs soon.

On this page