Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with maintaining #95

Open
grabbou opened this issue May 27, 2016 · 1 comment
Open

Help with maintaining #95

grabbou opened this issue May 27, 2016 · 1 comment

Comments

@grabbou
Copy link

grabbou commented May 27, 2016

Hey,

We are heavily using this module in rnpm (which is becoming a part of facebook/react-native soon) and had to write our custom functions to operate on top of this module in few cases to workaround issues, e.g: https://github.com/rnpm/rnpm-plugin-link/blob/master/src/ios/getBuildProperty.js#L4-L10

There seem to be quite a few issues and opened PRs - I am happy to help you guys with improving it and fixing bugs, just need some clarification on what are the plans for this module.

@imhotep
Copy link
Collaborator

imhotep commented May 29, 2016

@grabbou this module is mainly used by the Apache Cordova tools. Its current release is stable enough for Apache Cordova based projects. We occasionally fix issues and rarely add new features. I usually merge all the pull requests if they are submitted with some descent test coverage and don't conflict with the current tree. Tests are important because everything overlaps and therefore anything that gets added might break some existing functionality.

If you want to add features, merge pull requests and/or help maintain this module, I would be more than happy to give you access to this repository and ownership of the NPM module. You can just start by submitting a PR for Issue #94 that you submitted earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants