0.0.5 • Published 7 years ago

simee v0.0.5

Weekly downloads
6
License
MIT
Repository
-
Last release
7 years ago

simee

Ultra simple symlinking of local npm packages.

npm install simee -g

Create a .simeerc file at your projects root:

{
	"name-of-local-package": "../path/to/local/package",
	"name-of-other-local-package": "../path/to/other/local/package",
}

Then run simee.

simee

It will symlink the target package(s) as well as any binaries defined within them.

I use this for some quick local test/development. Probably needs lots more work to be useable to others. For example I haven't even considered the dependencies of the packages being linked.

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago