bykof / cordova-plugin-webserver

A webserver plugin for cordova
Other
119 stars 51 forks source link

Start versioning plugin and Publish to NPM #37

Open boedy opened 4 years ago

boedy commented 4 years ago

We should start versioning this plugin and publishing it NPM to prevent breaking app integrations in the future. Currently there is another plugin with the same name which is occupying the cordova-plugin-webserver namespace. I've reached out to the maintainers to see if its possible to merge the two projects.

If there is no response we should consider publishing it under a different alias. cordova-plugin-http-server perhaps?

bykof commented 4 years ago

I already tried to contact them. I also asked npm to escalate and give me the permission to publish over the name cordova-plugin-webserver, because there wasn't a commit since 30 Nov 2018. Nothing helped... Let's try again and if nothing will help than we can just publish it over a different name. cordova-plugin-http-server sounds good in first place

boedy commented 4 years ago

@bykof Got a reply yesterday from the other repo that they've deprecated the plugin and moved the ownership to NPM. They recommend contacting NPM to discuss how to proceed.

boedy commented 4 years ago

@bykof After some back and forth with NPM they we're willing to transfer the cordova-plugin-namespace to me. I recommend that after reviewing open issues and PR's we publish an initial release to NPM.

NPM's response:

The cordova-plugin-webserver package is now all yours now, but you won’t be able to re-use any version numbers used by the previous author. In fact, I'd suggest publishing your first update as a major release, i.e., v1.0.0. Please publish an update to the package as soon as possible with your code.

bykof commented 4 years ago

AWESOME! Thank you very much for driving this!

boedy commented 4 years ago

Is this you on NPM? I'll invite you as maintainer.

bykof commented 4 years ago

Is this you on NPM? I'll invite you as maintainer.

Yes