UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

4 lines (3 loc) 114 B
import path from 'node:path'; const displayPath = (p) => path.relative(process.cwd(), p); export { displayPath };