Skip to main content

Installation

To Install relinker use this command below


npm install relinker

Once it done your package json should look include this:

{
"dependencies": {
"relinker": "Whatever relinker latest version is"
}
}

Let's continue to the next page for how to use it.