UNPKG

cd

Version:

chdir in chainer fashion + read file

12 lines (7 loc) 238 B
var cd = require('./index.js'); var dir = cd('.'); var output = dir().test('oh.txt'); console.log('oh.txt:'+output); var output = dir().test('lol.js'); output = dir().test('wtf.json'); console.log('wtf.json:'+JSON.stringify(output));