UNPKG
metastocle-ms
Version:
latest (0.3.36)
0.3.36
0.3.35
0.3.34
0.3.33
0.3.32
0.3.31
0.3.30
0.2.31
0.2.29
Decentralized data storage
github.com/ortexx/metastocle
ortexx/metastocle
metastocle-ms
/
bin
/
index.js
7 lines
(5 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
runner
from
"./runner.js"
;
import
{
Node
}
from
"../src/index.js"
;
import
actions
from
"./actions.js"
;
runner
(
'metastocle'
,
Node
, actions);