create-tns
v0.0.2
Published
Unified Tell and Show scaffolder. Run `npx create-tns my-project --track movie` to start a student project.
Maintainers
Readme
create-tns
Unified entry point for Tell and Show student projects.
npx create-tns@latest my-movie --track movie
npx create-tns@latest my-game --track game
npx create-tns@latest my-story --track story
npx create-tns@latest my-site --track sitecreate-tns is a thin router. It keeps the public student command stable
while delegating to the track-owned scaffolders:
create-tns-moviecreate-tns-gamecreate-tns-storycreate-tns-site
Movie, game, story, and site are public student tracks. If a future track is
marked preview in the wrapper, mentors can still reach it with
--preview-tracks before it becomes part of the public path.
Local Development
From the Tell and Show monorepo:
node packages/create-tns/bin/create-tns.js my-movie --track movie --localTo see the delegated command without running it:
node packages/create-tns/bin/create-tns.js my-movie --track movie --local --dry-run