https://github.com/ts-defold/create
Project generator CLI for jump-starting your next Defold game with TypeScript.
https://github.com/ts-defold/create
defold defold-game game-development lua typescript
Last synced: 10 months ago
JSON representation
Project generator CLI for jump-starting your next Defold game with TypeScript.
- Host: GitHub
- URL: https://github.com/ts-defold/create
- Owner: ts-defold
- License: mit
- Created: 2020-10-09T17:24:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T04:15:09.000Z (11 months ago)
- Last Synced: 2025-03-31T10:04:49.599Z (10 months ago)
- Topics: defold, defold-game, game-development, lua, typescript
- Language: TypeScript
- Homepage: https://ts-defold.dev
- Size: 2.71 MB
- Stars: 71
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```sh
> npm init @ts-defold
```
```sh
> npm init @ts-defold my-game -- --template war-battles
```
## Templates
By default the CLI will search for templates on [Github](https://github.com/search?q=tsd-template&type=repositories) that follow the pattern `tsd-template-*`. i.e. `--template war-battles` resolves to [tsd-template-war-battles](https://github.com/ts-defold/tsd-template-war-battles).
As an alternative, you may also supply a zip archive either from a local path or remote url to seed the project with.
## Give Kudos
:star: If the ts-defold project is useful, inspiring, or fun for you, please give this [Github repo](https://github.com/ts-defold/create) a star. :star: