1.0.1 • Published 9 years ago
node-prompt-here v1.0.1
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 stephan.ahlf@gmail.com
This software is licensed under MIT.
1.0.1
9 years ago