node-pom-parser icon indicating copy to clipboard operation
node-pom-parser copied to clipboard

Parsing Java's pom.xml and properly returning the json object, including attributes and values.

Results 6 node-pom-parser issues
Sort by recently updated
recently updated
newest added

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.

hacktoberfest

We need to update the JSDocs across project to reflect the newer semantics and document all usage scenarios.

hacktoberfest

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

enhancement
hacktoberfest