tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

tusk needs to be able to install local packages #56

Open tolmasky opened 15 years ago

tolmasky commented 15 years ago

Should be pretty trivial to copy gem's behavior of simply first checking whether the file exists in the present working directory, and if it doesn't then hitting the internet.

tusk install blah if (FILE.exists(blah)) //install from that file.