1.0.1 • Published 9 years ago

footle v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

Footle

Footle is a utility to retrieve all non-hidden folders inside a given directory.

Usage

Given this folder structure:

apps
  users
  groups
  roles

Then when using footle like this:

var folders = require('footle');

var apps = folders(process.cwd() + '/apps');
// apps === [ 'users', 'groups', 'roles' ]
1.0.1

9 years ago

1.0.0

9 years ago