UNPKG
winrm-client
Version:
latest (0.0.6)
0.0.6
0.0.4
0.0.3
0.0.2
Make WinRM service calls from NodeJS
github.com/shide1989/nodejs-winrm
shide1989/nodejs-winrm
winrm-client
/
.travis.yml
20 lines
(16 loc)
•
257 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language:
node_js
node_js:
-
'20'
-
'18'
-
'16'
-
'lts/*'
os:
- linux - osx - windows
script:
- npm run build - npm run lint - npm run format:check - npm test # Coverage reporting removed - update
to
modern coverage tools
if
needed