node-prompt-here
v1.0.1
Published
Open a console window at given absolute directory
Downloads
6
Readme
Node Prompt Here
Open a console window at given absolute directory
Installation
npm install node-prompt-here;
Usage
var PromtHere = new require("node-prompt-here");
var promtHere = new PromtHere();
promtHere.open(__dirname);
Contributing
License
Copyright (c) 2015 Stephan Ahlf [email protected]
This software is licensed under MIT.