1.0.1 • Published 9 years ago

dotbin v1.0.1

Weekly downloads
43
License
ISC
Repository
github
Last release
9 years ago
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);
1.0.1

9 years ago

1.0.0

9 years ago