Currently create-hono uses tiged to download templates, but since this is not dynamic and the data size is small, it would be better to include the templates themselves in create-hono. This change would reduce package size and speed up project generation. It may be necessary to automatically update the package to match the template updates, but this is enough work to be worth the effect and I can make it myself.
If we plan to support 3rd-party repositories as templates in the future it makes sense to continue to rely on tiged. However, it is safe to assume that users with such advanced usage already have the git command installed; the create-remix implementation that downloads Github repositories as a zip can also be referenced.
Currently
create-honousestigedto download templates, but since this is not dynamic and the data size is small, it would be better to include the templates themselves increate-hono. This change would reduce package size and speed up project generation. It may be necessary to automatically update the package to match the template updates, but this is enough work to be worth the effect and I can make it myself.If we plan to support 3rd-party repositories as templates in the future it makes sense to continue to rely on tiged. However, it is safe to assume that users with such advanced usage already have the
gitcommand installed; the create-remix implementation that downloads Github repositories as a zip can also be referenced.