I saw this question but it didnt quite answer my needs: How to npm install to a specified directory?
I have a repo that contains all my sass boilerplate that I use on projects. I would like to include it in my projects via NPM or some other means, but I cant have it in a node_modules
directory (or bower_comonents
).
Is there a way to npm install
/ bower install
the contents of a repo (or package) to a directory thats not a node_modules
or bower_components
?