Skywalker13

Diary of an ex-GeeXboX developer…

The shrew module

Posted at — Aug 4, 2016

Sometimes you want to execute a command in a script in your package.json file; and this command must change something in the root directory. Because the node_modules/ directories can be nested (even with node >=5), it’s not possible to use the parent directory.

The shrew module will help you in this case.

npm install --save shrew

Please, consult the README for more details.


GitHub: https://github.com/Xcraft-Inc/shrew