UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

9 lines (6 loc) 126 B
const path = require('path') const displayPath = p => path.relative(process.cwd(), p) module.exports = { displayPath, }