create-tscratch-app
v0.6.7
Published
A CLI tool for creating TScratch projects.
Downloads
238
Maintainers
Readme
create-tscratch-app
A CLI tool to scaffold TScratch projects — a Scratch-inspired TypeScript game engine.
Read the full documentation here.
Features
- Quickly generate a TScratch project template.
- Works with TypeScript and modern ES modules.
- Includes starter files (
index.html,main.ts).
Installation
You can use the following command:
npx create-tscratch-app@latest my-gameor install globally:
npm i -g create-tscratch-app@latest
create-tscratch-app my-gameUsage
npx create-tscratch-app <project-name>- Creates a folder
<project-name>with the TScratch template inside. - After creation:
cd <project-name>
npm install
npm run devLicense
MIT © 2025 sebastian-goat, visit License
