jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
169 stars 14 forks source link

Sly Templates Support #63

Open jacobparis opened 3 months ago

jacobparis commented 3 months ago

Introduces a system that connects your codebase to a template repository and allows you pull changes into your project

sly template set --repo … --head …

When you run this command it will generate patches that get you from the configured head to the latest commit in the template repository, then adapt them for your codebase and apply them interactively

sly template update

https://x.com/jacobmparis/status/1823702519392166065