UNPKG
@easy-install/easy-install
Version:
latest (1.3.8)
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
0.2.6
easy-install
github.com/easy-install/easy-install
easy-install/easy-install
@easy-install/easy-install
/
esm
/
setup.js
6 lines
(5 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
CLI_DIR
}
from
'./ei'
;
import
{ install }
from
'./install'
;
export
function
setup
(
url, bin, installDir = CLI_DIR
) {
install
(url, bin,
true
, installDir,
true
); }