create-threenative
v0.2.2
Published
Scaffold a readable ThreeNative game project.
Downloads
471
Readme
create-threenative
Scaffold a ThreeNative game:
pnpm create threenative my-gameThe default template is starter. Choose minimal for the smallest project or platformer
for a worked platform game:
pnpm create threenative my-game --template minimal
pnpm create threenative my-game --template starter
pnpm create threenative my-game --template platformer