simee

0.0.5 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i simee

Weekly Downloads

2

Version

0.0.5

License

MIT

Last publish

Collaborators

  • ctrlplusb