Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 247 Bytes

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());