Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T04:36:28.000Z (9 months ago)
- Last Synced: 2024-10-25T09:48:43.785Z (19 days ago)
- Topics: defold, defold-game, game-development, lua, typescript
- Language: TypeScript
- Homepage: https://ts-defold.dev
- Size: 2.7 MB
- Stars: 62
- Watchers: 4
- 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: