diff --git a/.vscode/settings.json b/.vscode/settings.json index 87ae168..3235a8d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "editor.codeActionsOnSave": { - "source.formatDocument": true, - "source.fixAll.eslint": true + "source.formatDocument": "explicit", + "source.fixAll.eslint": "explicit" }, "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "typescript.tsdk": "node_modules/typescript/lib", diff --git a/README.md b/README.md index edd9e01..005e2a7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Chat with us!

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

```sh @@ -14,6 +14,9 @@ ``` ## 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). +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: diff --git a/docs/hero.png b/docs/hero.png index 7377cea..07e0555 100644 Binary files a/docs/hero.png and b/docs/hero.png differ