1.0.28 • Published 6 years ago

js-env-run v1.0.28

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

JS ENV Run

It loads the environment object from the given .js file then executes the given command.

Install

yarn add -D js-env-run

Usage

create the file ./env.js file in the root of your project

module.exports = {
  HELLO: "foo",
  WORLD: 123
};

then

yarn js-env-run <some command>

it will then execute <some command> using the environment variables that were exported from env.js

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago