GitHub CLI from deno
Is it possible/how to use the GitHub cli (gh) from JavaScript on deno?
Using the
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
Using the
Github cli I'm able to generate download_urls for files on a private repo without exposing my github token to the applicationMy 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
