@ankhorage/templates 1.1.8 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +36 -7
- package/dist/templates/shared/index.d.ts +1 -0
- package/dist/templates/shared/index.d.ts.map +1 -1
- package/dist/templates/shared/index.js +1 -0
- package/dist/templates/shared/index.js.map +1 -1
- package/dist/templates/shared/starter-screens.d.ts +45 -0
- package/dist/templates/shared/starter-screens.d.ts.map +1 -0
- package/dist/templates/shared/starter-screens.js +53 -0
- package/dist/templates/shared/starter-screens.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/content.d.ts +80 -0
- package/dist/templates/starter/categories/books-reading/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/content.js +100 -0
- package/dist/templates/starter/categories/books-reading/content.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/books-reading/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/default.template.js +17 -0
- package/dist/templates/starter/categories/books-reading/default.template.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/index.d.ts +9 -0
- package/dist/templates/starter/categories/books-reading/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/index.js +11 -0
- package/dist/templates/starter/categories/books-reading/index.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/routes.d.ts +11 -0
- package/dist/templates/starter/categories/books-reading/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/routes.js +49 -0
- package/dist/templates/starter/categories/books-reading/routes.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/screens.d.ts +5 -0
- package/dist/templates/starter/categories/books-reading/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/screens.js +61 -0
- package/dist/templates/starter/categories/books-reading/screens.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/content.d.ts +98 -0
- package/dist/templates/starter/categories/business-productivity/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/content.js +123 -0
- package/dist/templates/starter/categories/business-productivity/content.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/business-productivity/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/default.template.js +17 -0
- package/dist/templates/starter/categories/business-productivity/default.template.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/index.d.ts +9 -0
- package/dist/templates/starter/categories/business-productivity/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/index.js +11 -0
- package/dist/templates/starter/categories/business-productivity/index.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/routes.d.ts +12 -0
- package/dist/templates/starter/categories/business-productivity/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/routes.js +56 -0
- package/dist/templates/starter/categories/business-productivity/routes.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/screens.d.ts +5 -0
- package/dist/templates/starter/categories/business-productivity/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/screens.js +67 -0
- package/dist/templates/starter/categories/business-productivity/screens.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/content.d.ts +98 -0
- package/dist/templates/starter/categories/developer-tools/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/content.js +123 -0
- package/dist/templates/starter/categories/developer-tools/content.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/developer-tools/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/default.template.js +17 -0
- package/dist/templates/starter/categories/developer-tools/default.template.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/index.d.ts +9 -0
- package/dist/templates/starter/categories/developer-tools/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/index.js +11 -0
- package/dist/templates/starter/categories/developer-tools/index.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/routes.d.ts +12 -0
- package/dist/templates/starter/categories/developer-tools/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/routes.js +56 -0
- package/dist/templates/starter/categories/developer-tools/routes.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/screens.d.ts +5 -0
- package/dist/templates/starter/categories/developer-tools/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/screens.js +67 -0
- package/dist/templates/starter/categories/developer-tools/screens.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/content.d.ts +80 -0
- package/dist/templates/starter/categories/education-learning/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/content.js +100 -0
- package/dist/templates/starter/categories/education-learning/content.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/education-learning/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/default.template.js +17 -0
- package/dist/templates/starter/categories/education-learning/default.template.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/index.d.ts +9 -0
- package/dist/templates/starter/categories/education-learning/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/index.js +11 -0
- package/dist/templates/starter/categories/education-learning/index.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/routes.d.ts +11 -0
- package/dist/templates/starter/categories/education-learning/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/routes.js +49 -0
- package/dist/templates/starter/categories/education-learning/routes.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/screens.d.ts +5 -0
- package/dist/templates/starter/categories/education-learning/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/screens.js +61 -0
- package/dist/templates/starter/categories/education-learning/screens.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/content.d.ts +80 -0
- package/dist/templates/starter/categories/entertainment-media/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/content.js +100 -0
- package/dist/templates/starter/categories/entertainment-media/content.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.js +17 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/index.d.ts +9 -0
- package/dist/templates/starter/categories/entertainment-media/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/index.js +11 -0
- package/dist/templates/starter/categories/entertainment-media/index.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/routes.d.ts +11 -0
- package/dist/templates/starter/categories/entertainment-media/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/routes.js +49 -0
- package/dist/templates/starter/categories/entertainment-media/routes.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/screens.d.ts +5 -0
- package/dist/templates/starter/categories/entertainment-media/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/screens.js +61 -0
- package/dist/templates/starter/categories/entertainment-media/screens.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/content.d.ts +93 -0
- package/dist/templates/starter/categories/finance-money/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/content.js +118 -0
- package/dist/templates/starter/categories/finance-money/content.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/finance-money/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/default.template.js +17 -0
- package/dist/templates/starter/categories/finance-money/default.template.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/index.d.ts +9 -0
- package/dist/templates/starter/categories/finance-money/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/index.js +11 -0
- package/dist/templates/starter/categories/finance-money/index.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/routes.d.ts +11 -0
- package/dist/templates/starter/categories/finance-money/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/routes.js +49 -0
- package/dist/templates/starter/categories/finance-money/routes.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/screens.d.ts +5 -0
- package/dist/templates/starter/categories/finance-money/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/screens.js +37 -0
- package/dist/templates/starter/categories/finance-money/screens.js.map +1 -0
- package/dist/templates/starter/categories/games/content.d.ts +80 -0
- package/dist/templates/starter/categories/games/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/content.js +100 -0
- package/dist/templates/starter/categories/games/content.js.map +1 -0
- package/dist/templates/starter/categories/games/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/games/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/default.template.js +17 -0
- package/dist/templates/starter/categories/games/default.template.js.map +1 -0
- package/dist/templates/starter/categories/games/index.d.ts +9 -0
- package/dist/templates/starter/categories/games/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/index.js +11 -0
- package/dist/templates/starter/categories/games/index.js.map +1 -0
- package/dist/templates/starter/categories/games/routes.d.ts +11 -0
- package/dist/templates/starter/categories/games/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/routes.js +49 -0
- package/dist/templates/starter/categories/games/routes.js.map +1 -0
- package/dist/templates/starter/categories/games/screens.d.ts +5 -0
- package/dist/templates/starter/categories/games/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/screens.js +61 -0
- package/dist/templates/starter/categories/games/screens.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/content.d.ts +98 -0
- package/dist/templates/starter/categories/graphics-design/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/content.js +123 -0
- package/dist/templates/starter/categories/graphics-design/content.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/graphics-design/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/default.template.js +17 -0
- package/dist/templates/starter/categories/graphics-design/default.template.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/index.d.ts +9 -0
- package/dist/templates/starter/categories/graphics-design/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/index.js +11 -0
- package/dist/templates/starter/categories/graphics-design/index.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/routes.d.ts +12 -0
- package/dist/templates/starter/categories/graphics-design/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/routes.js +56 -0
- package/dist/templates/starter/categories/graphics-design/routes.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/screens.d.ts +5 -0
- package/dist/templates/starter/categories/graphics-design/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/screens.js +67 -0
- package/dist/templates/starter/categories/graphics-design/screens.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/content.d.ts +80 -0
- package/dist/templates/starter/categories/kids-family/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/content.js +100 -0
- package/dist/templates/starter/categories/kids-family/content.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/kids-family/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/default.template.js +17 -0
- package/dist/templates/starter/categories/kids-family/default.template.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/index.d.ts +9 -0
- package/dist/templates/starter/categories/kids-family/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/index.js +11 -0
- package/dist/templates/starter/categories/kids-family/index.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/routes.d.ts +11 -0
- package/dist/templates/starter/categories/kids-family/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/routes.js +49 -0
- package/dist/templates/starter/categories/kids-family/routes.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/screens.d.ts +5 -0
- package/dist/templates/starter/categories/kids-family/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/screens.js +61 -0
- package/dist/templates/starter/categories/kids-family/screens.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/content.d.ts +80 -0
- package/dist/templates/starter/categories/lifestyle/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/content.js +100 -0
- package/dist/templates/starter/categories/lifestyle/content.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/lifestyle/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/default.template.js +17 -0
- package/dist/templates/starter/categories/lifestyle/default.template.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/index.d.ts +9 -0
- package/dist/templates/starter/categories/lifestyle/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/index.js +11 -0
- package/dist/templates/starter/categories/lifestyle/index.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/routes.d.ts +11 -0
- package/dist/templates/starter/categories/lifestyle/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/routes.js +49 -0
- package/dist/templates/starter/categories/lifestyle/routes.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/screens.d.ts +5 -0
- package/dist/templates/starter/categories/lifestyle/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/screens.js +61 -0
- package/dist/templates/starter/categories/lifestyle/screens.js.map +1 -0
- package/dist/templates/starter/categories/medical/content.d.ts +80 -0
- package/dist/templates/starter/categories/medical/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/content.js +100 -0
- package/dist/templates/starter/categories/medical/content.js.map +1 -0
- package/dist/templates/starter/categories/medical/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/medical/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/default.template.js +17 -0
- package/dist/templates/starter/categories/medical/default.template.js.map +1 -0
- package/dist/templates/starter/categories/medical/index.d.ts +9 -0
- package/dist/templates/starter/categories/medical/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/index.js +11 -0
- package/dist/templates/starter/categories/medical/index.js.map +1 -0
- package/dist/templates/starter/categories/medical/routes.d.ts +11 -0
- package/dist/templates/starter/categories/medical/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/routes.js +49 -0
- package/dist/templates/starter/categories/medical/routes.js.map +1 -0
- package/dist/templates/starter/categories/medical/screens.d.ts +5 -0
- package/dist/templates/starter/categories/medical/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/screens.js +61 -0
- package/dist/templates/starter/categories/medical/screens.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/content.d.ts +67 -0
- package/dist/templates/starter/categories/music-audio/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/content.js +82 -0
- package/dist/templates/starter/categories/music-audio/content.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/music-audio/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/default.template.js +17 -0
- package/dist/templates/starter/categories/music-audio/default.template.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/index.d.ts +9 -0
- package/dist/templates/starter/categories/music-audio/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/index.js +11 -0
- package/dist/templates/starter/categories/music-audio/index.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/routes.d.ts +11 -0
- package/dist/templates/starter/categories/music-audio/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/routes.js +49 -0
- package/dist/templates/starter/categories/music-audio/routes.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/screens.d.ts +5 -0
- package/dist/templates/starter/categories/music-audio/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/screens.js +100 -0
- package/dist/templates/starter/categories/music-audio/screens.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/content.d.ts +80 -0
- package/dist/templates/starter/categories/navigation-travel/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/content.js +100 -0
- package/dist/templates/starter/categories/navigation-travel/content.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.js +17 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/index.d.ts +9 -0
- package/dist/templates/starter/categories/navigation-travel/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/index.js +11 -0
- package/dist/templates/starter/categories/navigation-travel/index.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/routes.d.ts +11 -0
- package/dist/templates/starter/categories/navigation-travel/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/routes.js +49 -0
- package/dist/templates/starter/categories/navigation-travel/routes.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/screens.d.ts +5 -0
- package/dist/templates/starter/categories/navigation-travel/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/screens.js +61 -0
- package/dist/templates/starter/categories/navigation-travel/screens.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/content.d.ts +67 -0
- package/dist/templates/starter/categories/news-magazines/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/content.js +82 -0
- package/dist/templates/starter/categories/news-magazines/content.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/news-magazines/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/default.template.js +17 -0
- package/dist/templates/starter/categories/news-magazines/default.template.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/index.d.ts +9 -0
- package/dist/templates/starter/categories/news-magazines/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/index.js +11 -0
- package/dist/templates/starter/categories/news-magazines/index.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/routes.d.ts +11 -0
- package/dist/templates/starter/categories/news-magazines/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/routes.js +49 -0
- package/dist/templates/starter/categories/news-magazines/routes.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/screens.d.ts +5 -0
- package/dist/templates/starter/categories/news-magazines/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/screens.js +88 -0
- package/dist/templates/starter/categories/news-magazines/screens.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/content.d.ts +80 -0
- package/dist/templates/starter/categories/photo-video/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/content.js +100 -0
- package/dist/templates/starter/categories/photo-video/content.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/photo-video/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/default.template.js +17 -0
- package/dist/templates/starter/categories/photo-video/default.template.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/index.d.ts +9 -0
- package/dist/templates/starter/categories/photo-video/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/index.js +11 -0
- package/dist/templates/starter/categories/photo-video/index.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/routes.d.ts +11 -0
- package/dist/templates/starter/categories/photo-video/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/routes.js +49 -0
- package/dist/templates/starter/categories/photo-video/routes.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/screens.d.ts +5 -0
- package/dist/templates/starter/categories/photo-video/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/screens.js +61 -0
- package/dist/templates/starter/categories/photo-video/screens.js.map +1 -0
- package/dist/templates/starter/categories/reference/content.d.ts +85 -0
- package/dist/templates/starter/categories/reference/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/content.js +105 -0
- package/dist/templates/starter/categories/reference/content.js.map +1 -0
- package/dist/templates/starter/categories/reference/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/reference/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/default.template.js +17 -0
- package/dist/templates/starter/categories/reference/default.template.js.map +1 -0
- package/dist/templates/starter/categories/reference/index.d.ts +9 -0
- package/dist/templates/starter/categories/reference/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/index.js +11 -0
- package/dist/templates/starter/categories/reference/index.js.map +1 -0
- package/dist/templates/starter/categories/reference/routes.d.ts +12 -0
- package/dist/templates/starter/categories/reference/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/routes.js +56 -0
- package/dist/templates/starter/categories/reference/routes.js.map +1 -0
- package/dist/templates/starter/categories/reference/screens.d.ts +5 -0
- package/dist/templates/starter/categories/reference/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/screens.js +94 -0
- package/dist/templates/starter/categories/reference/screens.js.map +1 -0
- package/dist/templates/starter/categories/sports/content.d.ts +80 -0
- package/dist/templates/starter/categories/sports/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/content.js +100 -0
- package/dist/templates/starter/categories/sports/content.js.map +1 -0
- package/dist/templates/starter/categories/sports/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/sports/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/default.template.js +17 -0
- package/dist/templates/starter/categories/sports/default.template.js.map +1 -0
- package/dist/templates/starter/categories/sports/index.d.ts +9 -0
- package/dist/templates/starter/categories/sports/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/index.js +11 -0
- package/dist/templates/starter/categories/sports/index.js.map +1 -0
- package/dist/templates/starter/categories/sports/routes.d.ts +11 -0
- package/dist/templates/starter/categories/sports/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/routes.js +49 -0
- package/dist/templates/starter/categories/sports/routes.js.map +1 -0
- package/dist/templates/starter/categories/sports/screens.d.ts +5 -0
- package/dist/templates/starter/categories/sports/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/screens.js +61 -0
- package/dist/templates/starter/categories/sports/screens.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/content.d.ts +98 -0
- package/dist/templates/starter/categories/utilities-tools/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/content.js +123 -0
- package/dist/templates/starter/categories/utilities-tools/content.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.js +17 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/index.d.ts +9 -0
- package/dist/templates/starter/categories/utilities-tools/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/index.js +11 -0
- package/dist/templates/starter/categories/utilities-tools/index.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/routes.d.ts +12 -0
- package/dist/templates/starter/categories/utilities-tools/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/routes.js +56 -0
- package/dist/templates/starter/categories/utilities-tools/routes.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/screens.d.ts +5 -0
- package/dist/templates/starter/categories/utilities-tools/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/screens.js +67 -0
- package/dist/templates/starter/categories/utilities-tools/screens.js.map +1 -0
- package/dist/templates/starter/categories/weather/content.d.ts +75 -0
- package/dist/templates/starter/categories/weather/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/content.js +95 -0
- package/dist/templates/starter/categories/weather/content.js.map +1 -0
- package/dist/templates/starter/categories/weather/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/weather/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/default.template.js +17 -0
- package/dist/templates/starter/categories/weather/default.template.js.map +1 -0
- package/dist/templates/starter/categories/weather/index.d.ts +9 -0
- package/dist/templates/starter/categories/weather/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/index.js +11 -0
- package/dist/templates/starter/categories/weather/index.js.map +1 -0
- package/dist/templates/starter/categories/weather/routes.d.ts +10 -0
- package/dist/templates/starter/categories/weather/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/routes.js +42 -0
- package/dist/templates/starter/categories/weather/routes.js.map +1 -0
- package/dist/templates/starter/categories/weather/screens.d.ts +5 -0
- package/dist/templates/starter/categories/weather/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/screens.js +31 -0
- package/dist/templates/starter/categories/weather/screens.js.map +1 -0
- package/dist/templates/starter/starter.registry.d.ts.map +1 -1
- package/dist/templates/starter/starter.registry.js +38 -0
- package/dist/templates/starter/starter.registry.js.map +1 -1
- package/package.json +4 -3
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
|
|
2
|
+
import { createManifestShell, createTheme } from '../../../shared';
|
|
3
|
+
import { createWeatherNavigator, createWeatherScreenIds } from './routes';
|
|
4
|
+
import { createWeatherScreens } from './screens';
|
|
5
|
+
export function createWeatherStarterTemplate(seed) {
|
|
6
|
+
const idPrefix = `${seed.category}-starter`;
|
|
7
|
+
const theme = createTheme(seed);
|
|
8
|
+
const screenIds = createWeatherScreenIds(idPrefix);
|
|
9
|
+
return createManifestShell({
|
|
10
|
+
seed,
|
|
11
|
+
theme,
|
|
12
|
+
version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
|
|
13
|
+
navigator: createWeatherNavigator(screenIds),
|
|
14
|
+
screens: createWeatherScreens(seed, idPrefix, screenIds),
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=default.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEjD,MAAM,UAAU,4BAA4B,CAAC,IAAkB;IAC7D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,sBAAsB,CAAC,QAAQ,CAAC,CAAC;IAEnD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,sBAAsB,CAAC,SAAS,CAAC;QAC5C,OAAO,EAAE,oBAAoB,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KACzD,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createWeatherStarterTemplate } from './default.template';
|
|
2
|
+
export { createWeatherStarterTemplate } from './default.template';
|
|
3
|
+
export declare const weatherStarterTemplates: {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
create: typeof createWeatherStarterTemplate;
|
|
8
|
+
}[];
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAElE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAElE,eAAO,MAAM,uBAAuB;;;;;GAOoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createWeatherStarterTemplate } from './default.template';
|
|
2
|
+
export { createWeatherStarterTemplate } from './default.template';
|
|
3
|
+
export const weatherStarterTemplates = [
|
|
4
|
+
{
|
|
5
|
+
id: 'default',
|
|
6
|
+
label: 'Forecast dashboard',
|
|
7
|
+
description: 'A now, forecast, alerts, and locations starter for weather apps.',
|
|
8
|
+
create: createWeatherStarterTemplate,
|
|
9
|
+
},
|
|
10
|
+
];
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAElE,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAElE,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,kEAAkE;QAC/E,MAAM,EAAE,4BAA4B;KACrC;CACqD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
export interface WeatherScreenIds {
|
|
3
|
+
now: string;
|
|
4
|
+
forecast: string;
|
|
5
|
+
alerts: string;
|
|
6
|
+
locations: string;
|
|
7
|
+
}
|
|
8
|
+
export declare function createWeatherScreenIds(idPrefix: string): WeatherScreenIds;
|
|
9
|
+
export declare function createWeatherNavigator(screenIds: WeatherScreenIds): AppManifest['navigator'];
|
|
10
|
+
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,gBAAgB,CAOzE;AAED,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,gBAAgB,GAAG,WAAW,CAAC,WAAW,CAAC,CA+B5F"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { createRoute } from '../../../shared';
|
|
2
|
+
export function createWeatherScreenIds(idPrefix) {
|
|
3
|
+
return {
|
|
4
|
+
now: `${idPrefix}-now`,
|
|
5
|
+
forecast: `${idPrefix}-forecast`,
|
|
6
|
+
alerts: `${idPrefix}-alerts`,
|
|
7
|
+
locations: `${idPrefix}-locations`,
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function createWeatherNavigator(screenIds) {
|
|
11
|
+
return {
|
|
12
|
+
type: 'tabs',
|
|
13
|
+
initialRouteName: 'index',
|
|
14
|
+
routes: [
|
|
15
|
+
createRoute({
|
|
16
|
+
name: 'index',
|
|
17
|
+
screenId: screenIds.now,
|
|
18
|
+
label: 'Now',
|
|
19
|
+
icon: { provider: 'material-community', name: 'weather-partly-cloudy' },
|
|
20
|
+
}),
|
|
21
|
+
createRoute({
|
|
22
|
+
name: 'forecast',
|
|
23
|
+
screenId: screenIds.forecast,
|
|
24
|
+
label: 'Forecast',
|
|
25
|
+
icon: { provider: 'material-community', name: 'weather-cloudy-clock' },
|
|
26
|
+
}),
|
|
27
|
+
createRoute({
|
|
28
|
+
name: 'alerts',
|
|
29
|
+
screenId: screenIds.alerts,
|
|
30
|
+
label: 'Alerts',
|
|
31
|
+
icon: { provider: 'material-community', name: 'weather-cloudy-alert' },
|
|
32
|
+
}),
|
|
33
|
+
createRoute({
|
|
34
|
+
name: 'locations',
|
|
35
|
+
screenId: screenIds.locations,
|
|
36
|
+
label: 'Locations',
|
|
37
|
+
icon: { provider: 'material-community', name: 'map-marker-outline' },
|
|
38
|
+
}),
|
|
39
|
+
],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAS9C,MAAM,UAAU,sBAAsB,CAAC,QAAgB;IACrD,OAAO;QACL,GAAG,EAAE,GAAG,QAAQ,MAAM;QACtB,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,SAAS,EAAE,GAAG,QAAQ,YAAY;KACnC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,SAA2B;IAChE,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,GAAG;gBACvB,KAAK,EAAE,KAAK;gBACZ,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,uBAAuB,EAAE;aACxE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,sBAAsB,EAAE;aACvE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,SAAS,CAAC,MAAM;gBAC1B,KAAK,EAAE,QAAQ;gBACf,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,sBAAsB,EAAE;aACvE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,WAAW;gBACjB,QAAQ,EAAE,SAAS,CAAC,SAAS;gBAC7B,KAAK,EAAE,WAAW;gBAClB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,oBAAoB,EAAE;aACrE,CAAC;SACH;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
import type { TemplateSeed } from '../../starter.types';
|
|
3
|
+
import type { WeatherScreenIds } from './routes';
|
|
4
|
+
export declare function createWeatherScreens(_seed: TemplateSeed, idPrefix: string, screenIds: WeatherScreenIds): AppManifest['screens'];
|
|
5
|
+
//# sourceMappingURL=screens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/screens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,YAAY,EACnB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,gBAAgB,GAC1B,WAAW,CAAC,SAAS,CAAC,CA2BxB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { createStarterContentScreen } from '../../../shared';
|
|
2
|
+
import { weatherContent } from './content';
|
|
3
|
+
export function createWeatherScreens(_seed, idPrefix, screenIds) {
|
|
4
|
+
return {
|
|
5
|
+
[screenIds.now]: createStarterContentScreen({
|
|
6
|
+
idPrefix,
|
|
7
|
+
screenId: screenIds.now,
|
|
8
|
+
name: 'Now',
|
|
9
|
+
content: weatherContent.now,
|
|
10
|
+
}),
|
|
11
|
+
[screenIds.forecast]: createStarterContentScreen({
|
|
12
|
+
idPrefix,
|
|
13
|
+
screenId: screenIds.forecast,
|
|
14
|
+
name: 'Forecast',
|
|
15
|
+
content: weatherContent.forecast,
|
|
16
|
+
}),
|
|
17
|
+
[screenIds.alerts]: createStarterContentScreen({
|
|
18
|
+
idPrefix,
|
|
19
|
+
screenId: screenIds.alerts,
|
|
20
|
+
name: 'Alerts',
|
|
21
|
+
content: weatherContent.alerts,
|
|
22
|
+
}),
|
|
23
|
+
[screenIds.locations]: createStarterContentScreen({
|
|
24
|
+
idPrefix,
|
|
25
|
+
screenId: screenIds.locations,
|
|
26
|
+
name: 'Locations',
|
|
27
|
+
content: weatherContent.locations,
|
|
28
|
+
}),
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=screens.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/weather/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAG3C,MAAM,UAAU,oBAAoB,CAClC,KAAmB,EACnB,QAAgB,EAChB,SAA2B;IAE3B,OAAO;QACL,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,0BAA0B,CAAC;YAC1C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,GAAG;YACvB,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,cAAc,CAAC,GAAG;SAC5B,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,cAAc,CAAC,QAAQ;SACjC,CAAC;QACF,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,0BAA0B,CAAC;YAC7C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,MAAM;YAC1B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,cAAc,CAAC,MAAM;SAC/B,CAAC;QACF,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,0BAA0B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,SAAS;YAC7B,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,cAAc,CAAC,SAAS;SAClC,CAAC;KACH,CAAC;AACJ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starter.registry.d.ts","sourceRoot":"","sources":["../../../src/templates/starter/starter.registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"starter.registry.d.ts","sourceRoot":"","sources":["../../../src/templates/starter/starter.registry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AA0BxD,OAAO,KAAK,EAAE,iCAAiC,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAwCvF,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,YAAY,EAClB,UAAU,SAAY,GACrB,iCAAiC,CAMnC;AAED,wBAAgB,oBAAoB,CAClC,QAAQ,CAAC,EAAE,WAAW,GACrB,SAAS,iCAAiC,EAAE,CAa9C"}
|
|
@@ -1,13 +1,51 @@
|
|
|
1
1
|
import { fallbackStarterTemplates } from './categories/fallback';
|
|
2
|
+
import { booksReadingStarterTemplates } from './categories/books-reading';
|
|
3
|
+
import { businessProductivityStarterTemplates } from './categories/business-productivity';
|
|
4
|
+
import { developerToolsStarterTemplates } from './categories/developer-tools';
|
|
5
|
+
import { educationLearningStarterTemplates } from './categories/education-learning';
|
|
6
|
+
import { entertainmentMediaStarterTemplates } from './categories/entertainment-media';
|
|
7
|
+
import { financeMoneyStarterTemplates } from './categories/finance-money';
|
|
2
8
|
import { foodDrinkStarterTemplates } from './categories/food-drink';
|
|
9
|
+
import { gamesStarterTemplates } from './categories/games';
|
|
10
|
+
import { graphicsDesignStarterTemplates } from './categories/graphics-design';
|
|
3
11
|
import { healthFitnessStarterTemplates } from './categories/health-fitness';
|
|
12
|
+
import { kidsFamilyStarterTemplates } from './categories/kids-family';
|
|
13
|
+
import { lifestyleStarterTemplates } from './categories/lifestyle';
|
|
14
|
+
import { medicalStarterTemplates } from './categories/medical';
|
|
15
|
+
import { musicAudioStarterTemplates } from './categories/music-audio';
|
|
16
|
+
import { navigationTravelStarterTemplates } from './categories/navigation-travel';
|
|
17
|
+
import { newsMagazinesStarterTemplates } from './categories/news-magazines';
|
|
18
|
+
import { photoVideoStarterTemplates } from './categories/photo-video';
|
|
19
|
+
import { referenceStarterTemplates } from './categories/reference';
|
|
4
20
|
import { shoppingCommerceStarterTemplates } from './categories/shopping-commerce';
|
|
5
21
|
import { socialCommunityStarterTemplates } from './categories/social-community';
|
|
22
|
+
import { sportsStarterTemplates } from './categories/sports';
|
|
23
|
+
import { utilitiesToolsStarterTemplates } from './categories/utilities-tools';
|
|
24
|
+
import { weatherStarterTemplates } from './categories/weather';
|
|
6
25
|
const STARTER_TEMPLATE_REGISTRY = {
|
|
26
|
+
books_reading: booksReadingStarterTemplates,
|
|
27
|
+
business_productivity: businessProductivityStarterTemplates,
|
|
28
|
+
developer_tools: developerToolsStarterTemplates,
|
|
29
|
+
education_learning: educationLearningStarterTemplates,
|
|
30
|
+
entertainment_media: entertainmentMediaStarterTemplates,
|
|
31
|
+
finance_money: financeMoneyStarterTemplates,
|
|
7
32
|
food_drink: foodDrinkStarterTemplates,
|
|
33
|
+
games: gamesStarterTemplates,
|
|
34
|
+
graphics_design: graphicsDesignStarterTemplates,
|
|
8
35
|
health_fitness: healthFitnessStarterTemplates,
|
|
36
|
+
kids_family: kidsFamilyStarterTemplates,
|
|
37
|
+
lifestyle: lifestyleStarterTemplates,
|
|
38
|
+
medical: medicalStarterTemplates,
|
|
39
|
+
music_audio: musicAudioStarterTemplates,
|
|
40
|
+
navigation_travel: navigationTravelStarterTemplates,
|
|
41
|
+
news_magazines: newsMagazinesStarterTemplates,
|
|
42
|
+
photo_video: photoVideoStarterTemplates,
|
|
43
|
+
reference: referenceStarterTemplates,
|
|
9
44
|
shopping_commerce: shoppingCommerceStarterTemplates,
|
|
10
45
|
social_community: socialCommunityStarterTemplates,
|
|
46
|
+
sports: sportsStarterTemplates,
|
|
47
|
+
utilities_tools: utilitiesToolsStarterTemplates,
|
|
48
|
+
weather: weatherStarterTemplates,
|
|
11
49
|
};
|
|
12
50
|
function resolveFallbackTemplate() {
|
|
13
51
|
const fallbackDefault = fallbackStarterTemplates.find((template) => template.id === 'default');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starter.registry.js","sourceRoot":"","sources":["../../../src/templates/starter/starter.registry.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"starter.registry.js","sourceRoot":"","sources":["../../../src/templates/starter/starter.registry.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/templates",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Reusable Ankhorage app templates, presets, and manifest generators.",
|
|
5
5
|
"homepage": "https://github.com/ankhorage/templates#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "bun x tsc -p tsconfig.json",
|
|
34
34
|
"lint": "eslint . --max-warnings=0",
|
|
35
|
+
"lint:fix": "eslint . --max-warnings=0 --fix",
|
|
35
36
|
"format": "prettier --write .",
|
|
36
37
|
"format:check": "prettier --check .",
|
|
37
38
|
"typecheck": "bun x tsc -p tsconfig.json --noEmit && bun x tsc -p tsconfig.test.json --noEmit",
|
|
@@ -40,8 +41,8 @@
|
|
|
40
41
|
"version-packages": "changeset version"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
|
-
"@ankhorage/contracts": "^1.1.
|
|
44
|
-
"@ankhorage/zora": "^1.0.
|
|
44
|
+
"@ankhorage/contracts": "^1.1.1",
|
|
45
|
+
"@ankhorage/zora": "^1.0.8"
|
|
45
46
|
},
|
|
46
47
|
"devDependencies": {
|
|
47
48
|
"@ankhorage/devtools": "^1.0.1",
|