Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TeeworldsTerminal/TeeworldsCLI
https://github.com/TeeworldsTerminal/TeeworldsCLI
ddnet ddrace teeworlds typescript
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/TeeworldsTerminal/TeeworldsCLI
- Owner: TeeworldsTerminal
- Created: 2023-06-13T20:12:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-08T21:13:47.000Z (over 1 year ago)
- Last Synced: 2023-12-09T17:41:45.877Z (11 months ago)
- Topics: ddnet, ddrace, teeworlds, typescript
- Language: TypeScript
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teeworld CLI
### Installation
Download node from `nodejs.org`, npm should be packaged with it.
Once installed run```
npm i -g @wocketwun/tw.ts
```https://www.npmjs.com/package/@wocketwun/tw.ts
For a Terminal UI based version check out: https://github.com/WocketSesh/TeeworldsTUI
### Usage
From your command prompt you can run the following to start the repl, the recommended way to use the cli.
every command from the repl can have the starting "tw" omitted```
tw repl
```To create / combine gameskins (no repl)
Your asset path would typically be DDNetFolder/assets/game```
tw asset
```To start or disable the notifier interval
```
tw notifier
notifier (repl)
```To manage friends
```
tw friends
friends (repl)
```To import DDNet friends
(no repl support yet)```
tw import
```To find players / clans servers
```
tw find
find (repl)
```