1.0.1 • Published 6 years ago

forge.packages.guishell v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

Forge Packages - GUIShell

Installation:

npm install forge.packages.guishell@latest --save

Usage:

import {ForgeGuiShell} from "forge.packages.guishell";

async function run() {
	const extraData = await ForgeGuiShell.readConfig();
}

run();

Breaking changes updating from 0.x.x to 1.0.0

In order to guarantee docker/kubernetes compatibility, environment variables keys were renamed replacing unsupported characters, here below the details:

  • forge:guiShellConnection -> forge_guiShellConnection
  • forge:debugKey -> forge_debugKey
  • frontend:hostName -> frontend_hostName
  • forge:linkRulesService -> forge_linkRulesService
1.0.1

6 years ago

1.0.0

6 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago