Skip to content

create

Composable, testable, type-safe templates. ๐Ÿ’

create is a new scaffolding engine for describing repository templates.

About

create is a repository template engine. Itโ€™s like a modern version of Yeoman, but:

  • Composable: Individual blocks in your templates can be mix-and-matched together
  • Testable: Each layer of your templates can be individually unit or end-to-end tested
  • Type-Safe: Fully typed from the ground up, including Zod-based options schemas

create also provides scaffolding to turn templates into a repository generator akin to a create-next-app or create-typescript-app.

Status

create is very early stage. It is just barely past proof-of-concept stage.

At the moment, itโ€™s being developed as an MVP to replace the internals of create-typescript-app. See FAQs > How do I use create?.