prelink

0.0.2 • Public • Published

symlink

Symlink your module to keep clean and separate sources from project usage

Example

Before

/node_modules
	/a@1.0.0
	/b@0.0.3
/your-project
    /node_modules
    	/a@1.0.0
    		/node_modules
    			b@0.0.3
    	/b@0.5.0

cd your-project && symlink

/node_modules
	/a@1.0.0
		/node_modules
			/-> ../../b@0.0.3
	/b@0.0.3
/your-project
    /node_modules
    	/-> ../../node_modules/a@1.0.0
    	/b@0.5.0

Very similar to zelda

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1

Package Sidebar

Install

npm i prelink

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • dmail