Working on a module, to be shared later

So let’s say I want to create MyModule and some day share it to the world.

Right now, it’s going to be constantly in flux. So if I create myapp/app/lib/my-module, then files within my-module will get watched, JSHint’d, transpiled, all of which I want for development.

But I want to import ‘my-module’ as though it’s packaged up, not import ‘myapp/lib/my-module’.

Any way to get both?