UNPKG
tohaya
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
0.0.1-a.1
Convert citation file formats to hayagriva YAML
github.com/FNNDSC/tohaya
FNNDSC/tohaya
tohaya
/
install.js
5 lines
(3 loc)
•
78 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ install } =
require
(
"./binary"
);
install
(
false
);