diff --git a/README.md b/README.md index 16ce33a05..4e6eec1ac 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ -# TypeScriptToLua +
+ TypeScriptToLua +

+ TypeScriptToLua +

+ Build status + Build status + Coverage + Chat with us! +

+
+ A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua! Large projects written in lua can become hard to maintain and make it easy to make mistakes. Writing code in TypeScript instead improves maintainability, readability and robustness, with the added bonus of good IDE support. This project is useful in any environment where Lua code is accepted, with the powerful option of simply declaring any existing API using TypeScript declaration files. -[![Build Status](https://travis-ci.org/Perryvw/TypeScriptToLua.svg?branch=master)](https://travis-ci.org/Perryvw/TypeScriptToLua) -[![Build status](https://ci.appveyor.com/api/projects/status/github/perryvw/typescripttolua?branch=master&svg=true)](https://ci.appveyor.com/project/Perryvw/typescripttolua) -[![Coverage](https://codecov.io/gh/perryvw/typescripttolua/branch/master/graph/badge.svg)](https://codecov.io/gh/perryvw/typescripttolua) - -You can chat with us on [Discord: ![Discord](https://img.shields.io/discord/515854149821267971.svg)](https://discord.gg/BWAq58Y) - ## Documentation More detailed documentation and info on writing declarations can be found [on the wiki](https://github.com/Perryvw/TypescriptToLua/wiki). diff --git a/logo-hq.png b/logo-hq.png new file mode 100644 index 000000000..a60542a97 Binary files /dev/null and b/logo-hq.png differ