multiversion
v1.1.0
Published
Run your tests with multiple nodejs versions
Downloads
4
Readme
multiversion
![David](https://img.shields.io/david/dev/lholznagel/multiversion.svg?style=flat-square&label=Dev Dependencies)
Run tests with multiple nodejs versions with a simple command.
Currently under heavy development. Please come back later and take a look ;)
TODOs
- Check how to mock a child process for unit testing
- Use Docker for starting multiple containers
- Besides travis the config field of the package.json should contain the node versions to test
- Documentation
Install
npm install -g multiversion
Usage
Currently the only thing the libary can is to check if docker and a travis file is available
Run your tests with multiple nodejs versions
Usage
multiversion [options]
Options
--check Checks if docker and a .travis.yml file is available
-h --help Shows this menu