1.0.28 • Published 5 years ago

js-env-run v1.0.28

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago