Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "cd", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "chdir in chainer fashion + read file", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,6 +0,10 @@ | ||
cd | ||
== | ||
cd? cd | ||
====== | ||
Extra small nodejs module for chdir in chainer fashion + read file. | ||
Install: | ||
npm install cd | ||
Rules: | ||
@@ -27,1 +31,4 @@ | ||
var file = cd().dir1().dir2(file_in_dir2); | ||
If you have cool and pragmatic idea let me know. | ||
This module is not going to grow much, there is no need for yet another bloated module. |
3623
34