knowme-cli
Version:
Fast, offline system information tool with ASCII art
11 lines (8 loc) • 392 B
JavaScript
const { spawn } = require('child_process');
console.log('Setting up knowme...');
console.log('This package is a wrapper for the Python knowme package.');
console.log('The Python package will be installed automatically when you run knowme.');
console.log('');
console.log('Usage: npx knowme-cli');
console.log('Or install globally: npm install -g knowme-cli && knowme');