- Create cli.js
- Add shebang
- Drop file extension
- Parsing CLI arguments
- Input / Reading from
stdin - Output / Writing to
stdout - Man docs
- Global install
- Progress bar
- Prompting for user input (https://github.com/SBoudrias/Inquirer.js/)
- sfsdf
touch cli.js
#!/usr/bin/env node./cli.js