Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:50:40.000Z (3 months ago)
- Last Synced: 2024-11-06T13:57:21.168Z (about 2 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.