Add content for taking input from user (#2337)

pull/2431/head^2
Shivam Kotak 2 years ago committed by GitHub
parent d0d58321be
commit ac1cf06b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/roadmaps/107-nodejs/content/106-nodejs-command-line-apps/102-taking-input/readme.md

@ -1 +1,3 @@
# Taking input
# Taking input
Node.js provides a few ways to take inputs from user, including the built-in `process.stdin` and `readline` module. There are also several third party packages like `prompts` and `Enquirer` built on top of `readline` that provide an easy to use and intuitive interface.

Loading…
Cancel
Save