UNPKG
pursfmt
Version:
latest (0.16.0)
0.16.0
0.15.0
0.13.0
0.12.0
0.11.0
Configurable syntax formatter for PureScript.
github.com/ad-si/pursfmt
ad-si/pursfmt
pursfmt
/
bin
/
index.js
8 lines
(5 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
import
url
from
"url"
;
import
{ main }
from
"../bundle/Main/index.js"
; process.
env
[
"PURSFMT_INSTALL_LOC"
] = url.
fileURLToPath
(
new
URL
(
'..'
,
import
.
meta
.
url
));
main
();