Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nothub/factorio-server


https://github.com/nothub/factorio-server

factorio factorio-server

Last synced: about 1 month ago
JSON representation

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.