UNPKG

print-cachedir

Version:

Prints cache dir for a given project that uses [cachedir](https://github.com/LinusU/node-cachedir)

17 lines (12 loc) 294 B
'use strict' console.log(`This module only provides CLI bin wrapper to cachedir https://github.com/LinusU/node-cachedir module. Use with npm i -g print-cachedir print-cachedir <name> or npx print-cachedir <name> example npx print-cachedir Cypress `) process.exit(1)