1.0.2 • Published 8 years ago

acwd v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

acwd

Build Status Code Climate Code Coverage npm Version JS Standard

Working directory manager.

Installation

$ npm install acwd --save

Usage

'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.

Links

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago