node-pom-parser
node-pom-parser copied to clipboard
Parsing Java's pom.xml and properly returning the json object, including attributes and values.
fixes issue #38 cleaning up jsdocs
Fixes #12 As part of the parse options, consumers can now pass xml2js options in the object which was previously hardcoded. ```js options: { filePath: .., xmlContent: .., xmlOptions: .....
the options are hardcoded and cannot be overriden. You should retain key camelcasing by default.
We need to update the JSDocs across project to reflect the newer semantics and document all usage scenarios.
Travis supports CD capability. http://docs.travis-ci.com/user/deployment/npm/ Instead of forgetting to publish manually, this should be enabled. Here's our GitFlow workflow: 1. Development occurs in the `develop` branch. 2. New Pull Requests...