UNPKG
@mh-cbon/vagrant-box-list
Version:
latest (1.0.1)
1.0.1
List local vagrant boxes
@mh-cbon/vagrant-box-list
/
example.js
6 lines
(4 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
var
v =
require
(
'./index.js'
);
v
(
function
(
err, items
) {
console
.
log
(
JSON
.
stringify
(items,
null
,
2
)); });