UNPKG
@haking/xmas
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A beautiful Christmas tree in your terminal
@haking/xmas
/
cli.js
5 lines
(4 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
require
(
'./xmas'
)(process.
argv
.
slice
(
2
),
function
(
) { process.
exit
(
0
); });