This repository contains a collection of starter project templates for use with Scaffold CLI.
| Template | Description | Tech Stack |
|---|---|---|
blank |
Blank template for starting a new project from scratch | None |
android |
Android template for building native Android apps | Kotlin, Jetpack Compose |
expo |
Expo template for building cross-platform mobile apps | Expo, React Native, TypeScript, Tailwind CSS |
kotlin |
Kotlin template for building CLI tools | Kotlin |
next |
Next.js template for building static and server-side rendered web applications | Next.js, TypeScript, Tailwind CSS, shadcn/ui |
wxt |
WXT template for building web extensions | WXT, React, TypeScript, Tailwind CSS, shadcn/ui |
-
Download the latest release.
-
Extract the compressed archive file to your preferred location.
-
Install Scaffold CLI if you haven't already. See here for instructions.
-
Configure Scaffold CLI to use the templates:
scaffold config --set templates.home="/path/to/templates"Replace
/path/to/templateswith the actual path where you extracted the templates. -
Verify the setup by listing available templates:
scaffold --list-templates
This repository is available under the terms of the MIT license.
© 2024-2025 Mayeku Khisa.