create my own starter template

I am trying to find some documentation as to how I can create my own starter template. I have tried creating a github repo with a project folder setup. when I call npx nuxi@latest init -t github:my-public-github/template-repo my-app-instance i get a 404 error saying it failed to download
2 Replies
kapa.ai
kapa.ai2w ago
Hi @eamonn flynn. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the knowledge sources do not contain detailed documentation or step-by-step instructions on how to create your own custom Nuxt starter template or how to make it work with the npx nuxi init -t github:... command. However, there is a relevant note that the --template option is not supported with npm create nuxt, and the documentation reverted to using npx nuxi init for template usage instead. This suggests that if you want to use a custom template, you should use npx nuxi init and not npm create nuxt with --template or -t options, but it does not provide further details on the structure or requirements for a custom template repository or how to resolve 404 errors when referencing a GitHub repo as a template source docs: reverted to npx nuxi init where --template is used. If you are getting a 404 error, it may be due to the structure or accessibility of your GitHub repository, or possibly a limitation or requirement not covered in the available documentation. Unfortunately, the knowledge sources do not provide enough information to troubleshoot or guide you further on this topic. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@741319636213301299> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?