Patch Changes
-
#1699
b1b8268Thanks @threepointone! - Decouplecreate-thinkfrom@cloudflare/thinkfor fast project starts.create-thinkis now fully standalone — it owns the starter-template scaffolding logic and depends only ontiged+yargs, sonpm create thinkno longer installs the entire framework just to copy a template.think initnow has two modes:- New project — when
--templateis given, or when run outside an existing npm project, it delegates tocreate-thinkto fetch a complete starter template. - Augment in place — when run inside an existing npm project with no
--template, it adds Think framework files (agent, Vite/Wrangler config, generated types) and merges dependencies into the current project.
The internal
@cloudflare/think/cliexport has been removed (its scaffolding logic now lives increate-think). - New project — when