Building Private ionic Native wrapper

I’ve built a private cordova plugin and implemented a ionic native wrapper for it.
Everything resides on my local drive
how can i add it to my application?

thanks
Mat

npm link is useful for installing locally residing packages.