cordova-app-loader
cordova-app-loader copied to clipboard
Collaborators wanted!
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
I would be interested. Never published to NPM before but at least I help manage the Github side of things for now.
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.
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.
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
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.
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
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 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, 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.