Build a Password Field for the Terminal using Nodejs

added by JavaScript Kicks
11/7/2019 8:32:03 AM

1021 Views

How to build a reusable password field for the command line interface You're probably familiar with the popular password field that shows up whenever you want to push your local repo to remote using Git Bash. It prompts for a password, and whenever you type, nothing is displayed on the terminal.


0 comments