-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
this one would be huge for me and my team! |
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
https://github.com/steveukx/git-js
The text was updated successfully, but these errors were encountered: