Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# @ts-defold/create
CI
Chat with us!


Command-line interface showing options --template, --version and --help

```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: