0.1.0 • Published 11 years ago

jsdir v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

jsdir

python dir like for javascript /coffeescript

Getting Started

install by npm or download js file

npm install jsdir --save-dev

use in nodejs

var jsdir = require('jsdir');
console.log(jsdir('test'));

use in coffee interactive

jsdir = require 'jsdir'
jsdir 'test'
0.1.0

11 years ago