ts-defold / create

Project generator CLI for jump-starting your next Defold game with TypeScript.

Home Page:https://ts-defold.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ts-defold/create

CI Chat with us!

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

> npm init @ts-defold <project-directory>
> npm init @ts-defold my-game -- --template war-battles

Templates

By default the CLI will search for templates on Github that follow the pattern tsd-template-*. i.e. --template war-battles resolves to 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

⭐ If the ts-defold project is useful, inspiring, or fun for you, please give this Github repo a star. ⭐

About

Project generator CLI for jump-starting your next Defold game with TypeScript.

https://ts-defold.dev

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%