UNPKG
smart-house
Version:
latest (0.1.1)
test (0.1.2-4)
0.1.2-4
0.1.2-3
0.1.2-2
0.1.2-1
0.1.2-0
0.1.1
0.1.0
Smart House
github.com/garage-it/SmartHouse
garage-it/SmartHouse
smart-house
/
bin
/
index.js
6 lines
(3 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
6
#! /usr/bin/env node
const
exec =
require
(
'shelljs'
).
exec
;
exec
(
'npm index'
);