https://github.com/gabrielcsapo/node-tester
🚫 Run your node tests in all versions of node
https://github.com/gabrielcsapo/node-tester
deprecated docker node test versions
Last synced: 6 months ago
JSON representation
🚫 Run your node tests in all versions of node
- Host: GitHub
- URL: https://github.com/gabrielcsapo/node-tester
- Owner: gabrielcsapo
- License: mit
- Created: 2017-02-20T08:39:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T07:05:09.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T06:06:53.134Z (6 months ago)
- Topics: deprecated, docker, node, test, versions
- Language: JavaScript
- Homepage:
- Size: 11.9 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
> DEPRECATED: THIS WILL NO LONGER BE UNDER DEVELOPMENT
# node-tester
> Run your node tests in all versions of node
[](https://www.npmjs.com/package/node-tester)
[](https://travis-ci.org/gabrielcsapo/node-tester) [](https://david-dm.org/gabrielcsapo/node-tester)
[](https://david-dm.org/gabrielcsapo/node-tester#info=devDependencies)

[]()
[]()
## Requirements
- [Docker](https://www.docker.com)
## Installation
```
$ npm install --global node-tester
```## Usage
`node-tester -v 4`
> to test for more than one
`node-tester -v 4 -v 6 -v 7`
# Philosophy
This project aims to have zero dependency footprint, if you see any dependencies help remove them!