jnorth / juni-trimdirs

A Juni plugin that removes any empty directories from the tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juni-trimdirs

A Juni plugin that removes any empty directories from the tree.

Usage

var juni = require("juni");
var trimdirs = require("juni-trimdirs");

new juni.Tree("/my/path")
  .pipe(populate())
  .pipe(trimdirs());

About

A Juni plugin that removes any empty directories from the tree.

License:MIT License


Languages

Language:JavaScript 100.0%