Skip to content

EnvHeaven/plugins-nodejs-pnpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


EnvHeaven

EnvHeaven Node.js pnpm Plugin

Environment hell, inverted.

Install · Usage · Release Channels

npm license plugin status

Experimental 0.x: EnvHeaven is currently in experimental 0.x development. APIs, CLI commands, plugin contracts, package names, and release behavior may change before 1.0.0. Pin versions and read release notes before using it in production workflows.

Install

Channel Install Purpose
release npm install @envheaven/plugins-nodejs-pnpm@release recommended 0.x release track
latest npm install @envheaven/plugins-nodejs-pnpm npm default alias for the release track
exp npm install @envheaven/plugins-nodejs-pnpm@exp experimental builds with newer changes

Install compatible envheaven host package in the same workflow.

Usage

Run pnpm scripts and local pnpm exec binaries through EnvHeaven.

{
  "pluginPackage": "@envheaven/plugins-nodejs-pnpm",
  "Execution": {
    "cwd": "."
  }
}

What it does

  • pnpm-run for package scripts.
  • pnpm-exec for local CLI binaries.
  • readiness diagnostics before execution.
  • structured process execution through the plugin host.

Requirements

Node.js >=20, EnvHeaven host package, pnpm, and a target package.json.

Release Channels

Channel Install Purpose
release npm install @envheaven/plugins-nodejs-pnpm@release recommended 0.x release track
latest npm install @envheaven/plugins-nodejs-pnpm npm default alias for the release track
exp npm install @envheaven/plugins-nodejs-pnpm@exp experimental builds with newer changes

release is the recommended 0.x track, not a stable API promise.

Status

Experimental. Plugin contracts may change before EnvHeaven 1.0.0.

License

MIT, as declared in package.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors