3.0.6 • Published 2 years ago

rollup-plugin-screepy v3.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Rollup Screeps Plugin

Forked and renamed from: https://github.com/Arcath/rollup-plugin-screeps

Install

npm install --save-dev rollup-plugin-screepy

Usage

In rollup.config.js

import screeps from "rollup-plugin-screepy";

...

export default {
  ...
  sourcemap: true, // If set to true your source maps will be made screeps friendly and uploaded

  plugins: [
    ...
    screeps({configFile: "./screeps.json"})
  ]
}

Config File

[] needs your screeps username/password and the server to upload to.

{
  "email": "you@domain.tld",
  "password": "pass",
  "protocol": "https",
  "hostname": "screeps.com",
  "port": 443,
  "path": "/",
  "branch": "auto"
}

If branch is set to "auto" rollup-plugin-screeps will use your current git branch as the name of the branch on screeps, if you set it to anything else that string will be used as the name of the branch.

3.0.6

2 years ago

3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago