Angular wrappers for cordova libraries (which aren't included in ngCordova)

Hey,
I am working with Ionic for almost a year already, I started to use ngCordova lately, I searched for a FCM plugin which compatible with ngCordova, and couldn’t find one. After some search I managed to find a cordova plugin which didn’t had the angular wrapper (what ngCordova offers for the supported plugins), and I wanted to know if there are any cordova-plugin-angular-index somewhere where I can find angular wrappers for cordova plugins (which are not included in the ngCordova package)

Moreover, since I had to use this cordova plugin, I implemented and wrapped most of it’s functionality into an angular module, and I thought about making an open source npm package for it, but never did that before. Can you send me to relevant links about doing that?

Thank you,