You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: smooth "engineers can then type" phrasing in README and guide
Swap the mechanical role-subject narration ("Engineers can then type /
Engineers then type...") for a cause-effect construction ("Once
published, `vp create @org` opens..."). Reads naturally and drops the
implicit assumption that every reader identifies as an "engineer".
An organization can publish a curated set of templates under a single npm scope by shipping an `@org/create` package whose `package.json` carries a `vp.templates` manifest. Engineers then type the scope and get an interactive picker over the listed templates.
92
+
An organization can publish a curated set of templates under a single npm scope by shipping an `@org/create` package whose `package.json` carries a `vp.templates` manifest. Once published, `vp create @org` opens an interactive picker over those templates.
0 commit comments