Aditya Mathur

Results 58 comments of Aditya Mathur

Can I make changes to this PR? Or should I fork your repo?

Fine, I will do it. I am thinking about the API cause `{dot: true}` isn't expressive enough, maybe something like `{json: true}`?

@fzn0x Great! Do let me know when the PR is ready, maybe I can add some pointers

Found this issue which is similar to this one - https://github.com/honojs/starter/issues/14, we can do something similar here.

I propose using `giget` to address the dependency on git. Embedding templates in create-hono may not be necessary because `giget` and similar tools can cache templates once downloaded, and most...

Created the first PR for removing `tiged` #63, Kindly have a look

I will start working on the new PR for adding `commander` described here https://github.com/honojs/create-hono/pull/63#issuecomment-2262009192. I believe it will benefit this issue because we need the `--template` option.

For security, I agree with @ryuapp. Adding a warning banner when accessing 3rd party repositories is a good approach because hosting all the templates in a single repository can be...

We can use https://www.npmjs.com/package/@antfu/ni, this also supports bun. I can create a PR for this