Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

platformsh

platformsh3.3kBSD-2-Clause1.0.0

Helper for running nodejs applications on Platform.sh

platformsh, paas

readme

platformsh-nodejs-helper

Helper for running nodejs applications on Platform.sh.

Purpose

Reads Platform.sh configuration from environment and returns a single object.

Usage:

npm install platformsh --save

And in your code:

const config = require('platformsh').config();