How to get full string from stdout using shelljs in node js
I am creating script to get list of all repo using github api via hiting command in shell js, but response is too long so i am unable to get full string using shelljs, does anyone have solution for that??