Projidy allows for fast prototyping by using templates from GitHub.
yarn global add projidy
npm install -g projidy
Create a new project using the specified template:
The template is specified using the <owner>/<repository>(@<branch-or-release>)
Example:
projidy new sveltejs/template
projidy new fausttobias/svelte-template@typescript-tailwind
List all configured aliases.
Add an alias to a template.
Example:
projidy alias add svelte-pwa fausttobias/svelte-template@typescript-tailwind
# You can now use the template using its alias name:
projidy new svelte-pwa my-new-project
Remove an existing alias.