Screeps Typescript Starter
Screeps Docs
GitHub
Search…
Introduction
Getting Started
Installation
Authenticating with Screeps
Deploying
In-Depth
Module bundling
Deploy destinations
TypeScript
Prettier
Testing
Cookbook
Environment variables
One-line PowerShell setup
Remote Development
Troubleshooting
Contributing to the docs
Powered By
GitBook
One-line PowerShell setup
Note:
As of v3.0, this no longer works. This issue is being tracked
here
.
@ChrisTaylorRocks
has made a PowerShell script to get the starter kit up and running with a single command. Go check it out
here
!
Usage
PowerShell < 5.0:
1
PS> (new-object Net.WebClient).DownloadString('http://bit.ly/2z2QDJI') | iex; New-ScreepsTypeScriptSetup
Copied!
PowerShell 5.0+:
1
PS> curl http://bit.ly/2z2QDJI | iex; New-ScreepsTypeScriptSetup
Copied!
Previous
Environment variables
Next - In-Depth
Remote Development
Last modified
3yr ago
Copy link
Contents
Usage