GitBook: [master] 17 pages and 5 assets modified

This commit is contained in:
resir014
2018-08-06 07:35:02 +00:00
committed by gitbook-bot
parent e30369ac50
commit 1b205e3330
19 changed files with 86 additions and 75 deletions

View File

@@ -1,10 +1,10 @@
# Screeps Typescript Starter
# Introduction
Screeps Typescript Starter is a starting point for a Screeps AI written in [Typescript](http://www.typescriptlang.org/). It provides everything you need to start writing your AI whilst leaving `main.ts` as empty as possible.
[View on GitHub](https://github.com/screepers/screeps-typescript-starter)
## What's new (v3.0)
## What's new \(v3.0\)
### Simpler setup!
@@ -14,7 +14,7 @@ The new version does away with all this and only provides only the code and tool
### Rollup!
We have swapped the bundler from Webpack to [Rollup](https://rollupjs.org/). Rollup is easier to configure and can be set up to do everything needed for Screeps. It also comes with various improvements over Webpack, which you can learn more about [here](./in-depth/module-bundling.md).
We have swapped the bundler from Webpack to [Rollup](https://rollupjs.org/). Rollup is easier to configure and can be set up to do everything needed for Screeps. It also comes with various improvements over Webpack, which you can learn more about [here](in-depth/module-bundling.md).
### Better docs!
@@ -30,4 +30,5 @@ Download the latest source [here](https://github.com/screepers/screeps-typescrip
git clone https://github.com/screepers/screeps-typescript-starter.git
```
Extract it to a folder, and [let's get started](./getting-started/installation.md)!
Extract it to a folder, and [let's get started](getting-started/installation.md)!