node-xcode icon indicating copy to clipboard operation
node-xcode copied to clipboard

Help with maintaining

Open grabbou opened this issue 9 years ago • 1 comments

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.

grabbou avatar May 27 '16 22:05 grabbou

@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.

imhotep avatar May 29 '16 16:05 imhotep