Composable, testable, type-safe templates. π
π See create-josh.vercel.app.
create
is a new scaffolding engine for describing repository templates.
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
.
π See create-josh.vercel.app.
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
?.
Josh Goldberg β¨ π» π π π€ π π§ π π§ |
π This package was templated with
create-typescript-app
.