npm-env

2.1.0 • Public • Published

npm-env

Clone of cross-env prepending npm binaries to PATH.

Why?

Prepending npm binary paths to PATH allows shell-scripting outside of JSON file.

This package follows the mindset of scripty but prefers to not use npm run at all.

Installation

npm install -g npm-env

Usage

  1. Remove all non-lifecycle scripts from package.json

  2. Create following script file in scripts/build:

npm-env NODE_ENV=production webpack --config build/webpack.config.js
  1. You can run this script cross-platform with simple:
npm-env scripts/build

or even:

run scripts/build

LICENSE

MIT

Dependencies (4)

Dev Dependencies (14)

Package Sidebar

Install

npm i npm-env

Weekly Downloads

6

Version

2.1.0

License

MIT

Last publish

Collaborators

  • sheerun