Skip to content

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

License

Notifications You must be signed in to change notification settings

jnorth/juni-trimdirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published