UNPKG

clitutor

Version:

Interactive CLI learning tool for beginners

9 lines (6 loc) 200 B
#!/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();