acwd

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i acwd

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • okunishinishi