logoTUSK

Installation

📦 Installing Tusk

Learn how to install and set up Tusk in your project.


Install Tusk

Start by installing Tusk using your favorite package manager.

terminal
npm install tusk

Import Tusk

After installing Tusk, you can import it into your project.

import { patch, unpatch } from "tusk";

And that's it! 🎉 You're all set to harness the power of Tusk in your project. Happy coding! 💻✨


🧠 Pro Tip ╺╸ Use npm, yarn or others tools depending on your project setup, but stick to one for consistency!

On this page