UNPKG
clitutor
Version:
latest (1.3.4)
1.3.4
1.3.1
1.2.0
1.0.0
Interactive CLI learning tool for beginners
clitutor
/
bin
/
clitutor-git.js
9 lines
(6 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
const
{ showGitMemo } =
require
(
'../src/git-memo'
);
// Show the git memo directly
showGitMemo
();
// Keep the process running until user exits with Ctrl+C
process.
stdin
.
resume
();