Two commands:
npm install -g @nanonets/graft
graft init
That's it. It rides along in your next Claude Code session.
@hasantoxr shares a two-step setup: globally install the @nanonets/graft npm package and run graft init. After those commands, the graft tool will accompany your next Claude Code session, implying it integrates with or augments Claude Code workflows once initialized.
Run two commands: npm install -g @nanonets/graft (global install) and graft init (initialize the tool).
Two commands:
npm install -g @nanonets/graft
graft init
That's it. It rides along in your next Claude Code session.