Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nothub/factorio-server
https://github.com/nothub/factorio-server
factorio factorio-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nothub/factorio-server
- Owner: nothub
- License: mit
- Created: 2023-11-02T15:07:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T22:46:34.000Z (2 months ago)
- Last Synced: 2024-10-20T09:51:07.068Z (2 months ago)
- Topics: factorio, factorio-server
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# factorio-server
> [!WARNING]
> WiP## Usage
```
Usage of /tmp/factorio-server:
-factorio-token string
factorio.com token
-factorio-user string
factorio.com username
-server-dir string
Server base dir and process pwd (default "server")
```## Build
To build binaries, run:
```sh
goreleaser build --clean --snapshot
```## Release
To build a local snapshot release, run:
```sh
goreleaser release --clean --snapshot
```To build and publish a full release, push a semver tag (with 'v' prefix) to the 'main' branch on GitHub.