1.0.2 • Published 9 years ago
acwd v1.0.2
acwd
Working directory manager.
Installation
$ npm install acwd --saveUsage
'use strict'
const acwd = require('acwd')
acwd.chdir('/foo/bar')
acwd.chdir('/foo/bar/baz')
console.log(acwd()) // => '/foo/bar/baz'
acwd.restore() // back history;
console.log(acwd()) // => '/foo/bar'License
This software is released under the MIT License.