steamworks

0.0.11 • Public • Published

SteamWorks Generator

Install:

npm install -g steamworks

Usage:

steamworks -c config.yml

Example

config.yml

apps:
    12345:
        description: "A sample application for Steam"
        path: './build'
        depots:
            12346:
                files:
                    - 'windows/*'
                    - '!windows/resources'
                ignore_depth: 1 # will strip off windows from path 
            12347:
                files:
                    - 'unix/*'
                    - '!unix/resources'
                ignore_depth: 1
            12348:
                files:
                    - 'darwin/*'
                    - '!darwin/resources'
                ignore_depth: 1
            12356:
                files:
                    - 'windows/resources/*'
                    - '!windows/resources/maps.asar'
                ignore_depth: 1
            12357:
                files:
                    - 'windows/resources/maps.asar'
                ignore_depth: 1

All file entries in depots/id/files are glob patterns relative to the app path

/steamworks/

    Package Sidebar

    Install

    npm i steamworks

    Weekly Downloads

    4

    Version

    0.0.11

    License

    none

    Last publish

    Collaborators

    • aviinl