https://github.com/asimmon/screeps-typescript-starter
Screeps TypeScript Starter with code deployment capabilities on official and private servers.
https://github.com/asimmon/screeps-typescript-starter
screeps
Last synced: about 2 months ago
JSON representation
Screeps TypeScript Starter with code deployment capabilities on official and private servers.
- Host: GitHub
- URL: https://github.com/asimmon/screeps-typescript-starter
- Owner: asimmon
- Created: 2019-05-27T15:58:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:50:40.000Z (9 months ago)
- Last Synced: 2025-02-17T00:49:51.281Z (5 months ago)
- Topics: screeps
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screeps-typescript-starter
Screeps TypeScript Starter with code deployment capabilities on official and private servers.
### Features
- Write your Screeps AI using TypeScript and transpile it to a single module.
- Deploy your code on official server and / or private servers.
- Includes code completion and syntax highlighting with Screeps type definitions.### Usage
1. Restore npm packages.
2. Follow the instructions in `credentials.json` in order to setup code deployment.
3. Run `npm run push-official` to deploy your code to the official server or `npm run push-pserver` to deploy your code to a private server.
4. Run `npm run build` to transpile your code to `dist/main.js` without deployment.