UNPKG
hitt-cli
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
command line HTTP testing tool focused on speed and simplicity
hitt.mhouge.dk
hougesen/hitt
hitt-cli
/
run-hitt.js
5 lines
(3 loc)
•
71 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ run } =
require
(
"./binary"
);
run
(
"hitt"
);