UNPKG
simplisticli
Version:
latest (1.2.7)
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
A simple CLI tool
simplisticli.pages.dev
simplisticli
/
cmds
/
hello.js
3 lines
(2 loc)
•
121 B
JavaScript
View Raw
1
2
3
#!/usr/bin/env node
console
.
log
(
"Hello from the simple CLI!\nIf you need help, type 'simple help' then press enter.\n"
);