Closed jagomf closed 4 years ago
I would need to hide and reveal a directory in npm scripts of package.json, like so:
{ "scripts": { "hide": "./node_modules/hidefile hide ./dir/dirtohide", "reveal": "./node_modules/hidefile reveal ./dir/.dirtohide", } }
Is that possible?
Not currently.
Understood.
I would need to hide and reveal a directory in npm scripts of package.json, like so:
Is that possible?