npm-dev-linker
v0.0.6
Published
npm-wrapper for developing multiple components concurrently; creates symbolic links from node_modules to local projects and runs npm install for external dependencies
Readme
npm-dev-linker
This is a little tool for anyone that would like to develop multiple node.js projects concurrently.
When running the script in a directory, it scans all sub-directories for package.json file
and download the appropriate dependencies. It npm installs all dependencies for which it cannot
find any package json file and creates links to the actual projects for the rest.
