mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-26 10:34:40 +02:00
chore: add resource under nodejs:nodejs-command-line-apps:taking-input
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# 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.
|
||||
|
||||
- [How to read from stdin line by line in Node](https://stackoverflow.com/questions/20086849/how-to-read-from-stdin-line-by-line-in-node)
|
Reference in New Issue
Block a user