🚀 Just launched: open-hook 🎣
A dev-friendly CLI to discover & install reusable React custom hooks 🧩
No more bloat – pick only what you need ⚡
→ TS/JS support
→ Smart config
→ GitHub-powered
Show some ❤️ on PH!
🔗 https://t.co/G2mt7UHU2W
🚀 Just launched: `open-hook` — a CLI to install & manage reusable 🪝 React custom hooks!
✅ Install hooks from a central GitHub repo
⚙️ Configurable (JS/TS, paths)
📥 Interactive install & auto conflict resolution
🌐 Try now 👉 npm i -g open-hook
🔗 https://t.co/FpIve1MpR3
You should know!
git init
Initializes a new git repository
git add <files>
Add files to the staging area
Use git add . to add all files
git reset
Undo the changes to the local
files, restore the last commit.
git push <remote> <branch-name>
Used to save all commits to the
remote repository.
git pull <remote>
Used to pull down all the updates
from the remote repository.
git rm <file-name>
Used to remove a file from the
working directory.