Skip to content

Commit 467ba40

Browse files
committed
Hello, CLI.
1 parent bca3ae1 commit 467ba40

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

quickstart/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env/node
2+
3+
const run = async() => {
4+
console.log("Hello, Node from CLI");
5+
}
6+
7+
run();

0 commit comments

Comments
 (0)