cordova-app-loader icon indicating copy to clipboard operation
cordova-app-loader copied to clipboard

Collaborators wanted!

Open markmarijnissen opened this issue 10 years ago • 9 comments

Hi everybody,

I find myself often too busy to quickly respond to issues, pull requests and publish to NPM. It's great to see people are helping eachother solve issues here.

I am wondering if anybody is willing to help with PRs and publish to NPM? I can make you Github Collaborator on this project.

As for NPM publishing: Is is possible other people publish the same project?

Thanks for the support

Mark

markmarijnissen avatar Jun 11 '15 10:06 markmarijnissen

I would be interested. Never published to NPM before but at least I help manage the Github side of things for now.

cigoe avatar Jun 11 '15 19:06 cigoe

Hey hi. I was thinking to publish my own app loader based on yours. My philosophy is not exactly the same as your current implementation. But I'll gladly help you here.

As for NPM, yes you can add collaborators. Just use the npm owner add <user> command.

micky2be avatar Jun 18 '15 10:06 micky2be

FYI, Ionic Deploy is open sourced at github/driftyco and is a very good example of how simple it is to implement the update loader at the native level which has some very nice benefits.

arieljake avatar Jun 18 '15 16:06 arieljake

Hi Mark,

how are things? Did you already find someone to support you on managing the project? If you still need someone, I would like to offer help. We are using CordovaAppLoader in production currently, so we're quite interested in getting fixes in quickly. Same thing for your CordovaPromiseFS.

Peter

pheinicke avatar Jul 03 '15 12:07 pheinicke

Hello markmarijnissen,

I would like to help you in this project. I could see some people facing some difficult to implement cordova-app-loader.

I'm using it in my app and it is running perfect.

My aim is, based on some miss understand in past, build here on git hub a completely and full demo app, like base app for others make their own apps.

I could see the most common problem is to understand how the files are copied to /app/ inside Main Storage. Other issue is about run this app on emulator, which basically is not a good idea.

I hope get back here soon to announce this demo app for everybody.

betorobson avatar Aug 19 '15 19:08 betorobson

Hope its not too late but I'd be interested, I've been using this quite a bit and made a modified manifest maker module for gulp

https://github.com/ObjectiveTruth/gulp-cordova-app-loader-manifest

ObjectiveTruth avatar Aug 26 '15 13:08 ObjectiveTruth

Hello guys, I would to announce that I made a project to help who has facing some difficult to implement cordova-app-loader. https://github.com/betorobson/cordova-remote-update There are some instruction like how set up a proxy and test your apps, also a demo project for iOS and Android. Thank you markmarijnissen, your project is awesome and it is helping me a lot.

betorobson avatar Nov 26 '15 16:11 betorobson

@betorobson What exactly does your project do that cordova-app-loader doesn't? Why did you start a new project rather than contribute to this?

Not trying to be confrontational, but as an app developer who needs a remote update solution, I'm genuinely curious.

Ramblurr avatar Feb 05 '16 15:02 Ramblurr

@Ramblurr, Like I said before, I'm trying to help who has facing difficult to implement cordova-app-loader. It is not a new project and I'm not trying to replace cordova-app-loader. There I've putted together some tools to help other developers.

betorobson avatar Feb 05 '16 16:02 betorobson