UNPKG
hugo-bin-extended
Version:
latest (0.163.3)
0.163.3
0.163.1
0.163.0
0.162.1
0.161.0
0.160.1
0.160.0
0.159.2
0.159.1
0.159.0
0.158.0
0.157.0
0.156.0
0.155.3
0.155.2
0.155.1
0.154.5
0.154.4
0.154.2
0.154.0
0.153.5
0.153.4
0.152.2
0.152.0
0.151.0
0.150.1
0.150.0
0.149.0
0.148.2
0.148.1
0.148.0
0.147.9
0.147.8
0.147.7
0.147.6
0.147.5
0.147.3
0.147.2
0.147.1
0.147.0
0.146.7
0.146.6
0.146.5
0.146.4
0.146.3
0.146.2
0.145.0
0.144.2
0.142.0
0.141.0
0.140.2
0.140.1
0.140.0
0.139.4
0.139.3
0.139.2
0.139.1
0.139.0
0.138.0
0.136.5
0.136.4
0.136.2
0.136.1
0.135.0
0.134.3
0.134.2
0.134.1
0.134.0
0.133.1
0.132.2
0.132.1
0.132.0
0.131.0
0.130.0
0.129.0
0.128.2
0.128.1
0.128.0
0.127.0
0.126.3
0.126.2
0.126.1
0.126.0
0.125.7
0.125.6
0.125.5
0.125.4
0.125.3
0.125.2
0.125.1
0.125.0
0.124.1
0.124.0
0.123.8
0.123.7
0.123.6
0.123.5
0.123.4
0.123.3
0.123.2
0.123.1
0.123.0
0.122.0
0.121.2
0.121.1
0.120.4
0.120.3
0.119.0
0.118.2
0.117.0
0.116.1
0.115.4
0.115.3
0.115.2
0.115.1
0.115.0
0.114.1
0.114.0
0.113.0
0.112.7
0.112.5
0.112.4
0.112.3
0.112.1
0.112.0
0.111.3
0.111.2
0.111.1
0.111.0
0.110.0
0.109.0
0.108.0
0.105.0
0.104.3
0.101.0
0.100.2
0.100.1
0.100.0
0.99.1
0.99.0
0.98.0
0.97.3
0.97.2
0.97.0
0.96.0
0.95.0
0.94.2
0.94.1
0.94.0
0.93.3
0.93.2
0.93.1
0.93.0
0.92.2
0.92.1
0.92.0
0.91.2
0.91.1
0.91.0
0.90.1
0.90.0
0.89.4
0.89.2
0.89.1
0.89.0
0.88.1
0.87.0
0.86.1
0.86.0
0.85.0
0.84.4
0.84.3
0.84.2
0.84.1
0.83.1
0.82.0
0.81.0
0.80.0
0.79.1
0.79.0
0.78.2
0.78.1
0.78.0
0.77.0
0.76.5
0.76.4
0.76.3
0.76.2
0.76.0
0.75.1
0.75.0
0.74.3
0.74.2
0.74.1
Binary wrapper for Hugo
github.com/MarlonLuan/hugo-bin-extended
MarlonLuan/hugo-bin-extended
hugo-bin-extended
/
index.js
8 lines
(5 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
process
from
'node:process'
;
import
hugoBinExtended
from
'./lib/index.js'
;
const
bin =
await
hugoBinExtended
(process.
cwd
());
const
hugoPath = bin.
path
();
export
default
hugoPath;