UNPKG
condensed
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A CLI tool to compile files from a folder into a single file or clipboard
condensed
/
bin
/
cli.js
4 lines
(3 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
#!/usr/bin/env node
import
{
default
as
main }
from
"../dist/index.js"
;
main
();