Module fs_helpers

Source
Expand description

Helper functions to traverse + enumerate the project’s filesystem, used by multiple task implementations.

Functions§

git_diffed
Return a list of all files that are currently git diffed, including those which have been staged, but not yet been committed.
git_ls_files
Return files tracked by git (excluding those from .gitignore), including those which have not yet been staged / committed.