UNPKG

clitutor

Version:

Interactive CLI learning tool for beginners

9 lines (6 loc) 186 B
#!/usr/bin/env node const { showMemo } = require('../src/memo'); // Show the memo directly showMemo(); // Keep the process running until user exits with Ctrl+C process.stdin.resume();