rem’s avatarrem’s Twitter Archive—№ 56,195

    1. …in reply to @seldo
      seldo it lets me run tap foo.js from any folder knowing that I'll either get the locally installed one (so replicates any functionality)—
  1. …in reply to @rem
    seldo or it'll use the global one (and I throw in babel-node in there for good measure). It's just a personal hack that I'm using.