Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ node-prompt-here Public archive
forked from s-a/node-prompt-here

Open a console window at a given absolute directory

License

Notifications You must be signed in to change notification settings

418sec/node-prompt-here

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Prompt Here

Open a console window at given absolute directory

NPM Version Dependency Status devDependency Status

Installation

npm install node-prompt-here;

Usage

var PromtHere = new require("node-prompt-here");
var promtHere = new PromtHere();
promtHere.open(__dirname);

Copyright (c) 2015 Stephan Ahlf stephan.ahlf@gmail.com
This software is licensed under MIT.

About

Open a console window at a given absolute directory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%