ekit-dir

0.0.1 • Public • Published

ekit-dir

A small node.js module to provide some convenience methods for dealing with dir.

methods

For the sake of brevity, assume that the following line of code precedes all of the examples.

var dir = require('ekit-dir');

subdirs( dir, callback )

List all subdir in dir (not recursive)

var subdir = dir.subdirs(__dirname);

License

MIT licensed (See LICENSE.txt)

/ekit-dir/

    Package Sidebar

    Install

    npm i ekit-dir

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • henrytao