분류
Nodejs
get-stdin - 쉽게 이해할 수 있습니다.
본문
https://github.com/sindresorhus/get-stdin
// example.js const getStdin = require('get-stdin'); getStdin().then(str => { console.log(str); //=> 'unicorns' });
- 이전글log-update - 터미널의 이전 출력을 덮어 써서 기록합니다. 진행 막대, 애니메이션 등을 렌더링 할 때 유용합니다. 19.03.07
- 다음글ora - 우아한 단말기 회 전자. 19.03.07