footle

1.0.1 • Public • Published

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' ]

Readme

Keywords

none

Package Sidebar

Install

npm i footle

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • recipher