live template : upgradeable project templates for react
A CLI tool that makes React project templates upgradeable. The problem: you scaffold a project from a template, then the template improves — but your project is stuck on the old version.
Live Template fixes this by tracking which template version you’re on and letting you pull in updates later, without blowing away your changes.
Inspired by Cruft (which does the same thing for Cookiecutter templates).