1.0.0 • Published 10 years ago

pwdshelljs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

pwdshelljs

I needed a way to use shelljs without overtaking the working directory of every command. This module works exactly like shelljs, but it performs a cd to and from the last working directory the developer left it in.

Description

Simple module wrapper allowing me to extend shelljs by copying all of the existing functions, and hooking only the functions that I needed. Uses shelljs.

Usage

No extensive tutorials required because shelljs already provided the root of this module