stevenvachon / hidefile

Hide files and directories on all platforms.
MIT License
29 stars 1 forks source link

Can this be used from npm script command line? #9

Closed jagomf closed 4 years ago

jagomf commented 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?

stevenvachon commented 4 years ago

Not currently.

jagomf commented 4 years ago

Understood.