UNPKG

@jpwilliams/gitree

Version:

Print a directory tree that shows Git status and ignores files dictated by .gitignore.

6 lines (4 loc) 98 B
function collect (value, previous) { return previous.concat([value]) } module.exports = collect