PrompterJs An npm module that provides shortcut prompts using prompt-sync. Getting Started npm install prompterjs Use var prompter = require ( 'prompterjs' ); var username = prompter.getString ( "What is your name?" ); Docs For more detailed options, view the API Guide. Dependencies chalk prompt-sync Author John F Marion