Consider Denoify
Open
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
### Is your feature request related to a problem? Please describe.
I'm exploring [deno](deno.land). I'd like to have a Deno port of this project's packages.
### Describe the solution you'd like
[`denoify`](https://www.denoify.land/) offers a simplistic approach to quickly porting Node modules to deno.
This basic example assumes you have `tsconfig.json` with an `outDir` configured:
```sh
$ npm install denoify --save-dev
$ ./node_modules/.bin/denoify
```
### Describe alternatives you've considered
Using https://github.com/prohazko2/deno-grpc
### Additional context
Related https://github.com/denoland/deno/issues/3326
Contributor guide
Assessment
This issue has not been assessed yet.