Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simple-git #65

Open
royalknight56 opened this issue Nov 17, 2022 · 3 comments
Open

simple-git #65

royalknight56 opened this issue Nov 17, 2022 · 3 comments

Comments

@royalknight56
Copy link

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

@johnstonmatt
Copy link

this one would be huge for me and my team!

@johnstonmatt
Copy link

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"
  }
}

@royalknight56
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants