ruanR
Deno3y ago
2 replies
ruan

GitHub CLI from deno

Is it possible/how to use the GitHub cli (gh) from JavaScript on deno?
Using the Github cli I'm able to generate download_urls for files on a private repo without exposing my github token to the application
My idea is to call it from javascript side and return the url from an api, but i've no idea if its possible to run such tool from deno server
Was this page helpful?