UNPKG
poweroff-tool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.1-3
1.0.1-2
1.0.0
This is application which power off a pc when it triggered
bitbucket.org/vominhtan/poweroff-tool
poweroff-tool
/
bin
/
index.js
5 lines
(3 loc)
•
88 B
JavaScript
View Raw
1
2
3
4
5
const
PowerOff
=
require
(
'../src'
);
const
instance =
new
PowerOff
(); instance.
start
();