I want to download a file in git repo without clone it.
For example lodash
git repo :
https://github.com/lodash/lodash/
in that git there is file lodash.js
:
https://github.com/lodash/lodash/blob/master/lodash.js
I have try using nodegit
but still need to clone all files first.
How to download lodash.js
file only in git repo using nodejs?