Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haysclark/node-woodchipper
Treeherder to JUnit converter
https://github.com/haysclark/node-woodchipper
Last synced: 14 days ago
JSON representation
Treeherder to JUnit converter
- Host: GitHub
- URL: https://github.com/haysclark/node-woodchipper
- Owner: haysclark
- License: mit
- Created: 2015-09-23T04:19:57.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-11-26T07:22:18.000Z (about 9 years ago)
- Last Synced: 2024-10-27T23:35:57.262Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Woodchipper [![Build Status](https://travis-ci.org/haysclark/woodchipper.svg)](https://travis-ci.org/haysclark/woodchipper)[![Coverage Status](https://coveralls.io/repos/haysclark/woodchipper/badge.svg?branch=develop&service=github)](https://coveralls.io/github/haysclark/woodchipper?branch=develop)[![npm version](https://badge.fury.io/js/woodchipper.svg)](http://badge.fury.io/js/woodchipper)
===========A simple module and CLI utility that converts [Treeherder](https://wiki.mozilla.org/Auto-tools/Projects/Treeherder) (the successor to [TBPL](https://wiki.mozilla.org/Sheriffing/TBPL)) output to [JUnit](http://junit.org/) xml.
## Installation
npm install woodchipper -g
## Usage
woodchipper [--version] [--help] [--format=] [--timeout=]
## Tests
npm test
npm run coverage## Development
npm install
npm link
woodchipper## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.## Release History
* 0.9.1 timeout support added
* 0.9.0 beta release
* 0.8.9 alpha release