wanted_modules icon indicating copy to clipboard operation
wanted_modules copied to clipboard

simple-git

Open royalknight56 opened this issue 3 years ago • 3 comments

https://github.com/steveukx/git-js

royalknight56 avatar Nov 17 '22 03:11 royalknight56

this one would be huge for me and my team!

johnstonmatt avatar Jan 13 '23 22:01 johnstonmatt

I still think a Deno port would be great, but after many hours I found a way to make it work without one @royalknight56

// your-usecase.ts
import { simpleGit } from "https://esm.sh/[email protected]?no-dts&target=deno&deno-std=0.172.0&bundle&deps=@kwsites/[email protected]";

import_map:

{
  "imports": {
    "events": "https://deno.land/[email protected]/node/events.ts",
    "child_process": "https://deno.land/[email protected]/node/child_process.ts"
  }
}

johnstonmatt avatar Jan 14 '23 00:01 johnstonmatt

I still think a Deno port would be great, but after many hours I found a way to make it work without one @royalknight56

// your-usecase.ts
import { simpleGit } from "https://esm.sh/[email protected]?no-dts&target=deno&deno-std=0.172.0&bundle&deps=@kwsites/[email protected]";

import_map:

{
  "imports": {
    "events": "https://deno.land/[email protected]/node/events.ts",
    "child_process": "https://deno.land/[email protected]/node/child_process.ts"
  }
}

Great job, thank a lot

royalknight56 avatar Jan 14 '23 02:01 royalknight56