dotbin

1.0.1 • Public • Published
console.log('Path before dotbin', process.env.PATH);
 
require('dotbin');
 
console.log('Path after dotbin', process.env.PATH);

Installation

$ npm install dotbin --save

More examples

var dotbin = require('dotbin/api');
 
dotbin.enable();
console.log(dotbin.check(), process.env.PATH);
 
dotbin.disable();
console.log(dotbin.check(), process.env.PATH);

Readme

Keywords

Package Sidebar

Install

npm i dotbin

Weekly Downloads

4

Version

1.0.1

License

ISC

Last publish

Collaborators

  • moander