arloliu / copy-node-modules

Fast deploy Node.js modules from local source folder to distination folder
26 stars 14 forks source link

Allow to copy to dstDir variable directly #5

Open TicoDePano opened 7 years ago

TicoDePano commented 7 years ago

From the documentation: dstDir: destination directory to copy modules, the modules will copy to dstDir/node_modules directory.

Should be possible to copy directly to dtsDir, without appending node_modules directory?

MrTango commented 3 years ago

indeed an option to remove the nesting node_modules folder would be the perfact solution and a good default. I'm using it from the CLI, so an option would be good to have.