CLI and JS tool for pulling in file timestamps based on Git history
-
Updated
Feb 2, 2023 - JavaScript
CLI and JS tool for pulling in file timestamps based on Git history
Walks through specified directory or directories and returns last change date of all tree. Tecnically it is the newest modified or created date of all files in specified dir
Get the list of files and directories with its `Stats`. And filter the list with evaluating path, path pattern, type, size, modified time, and more.
Walks through specified glob pattert or array of patterns and returns last change date of all matched files or directories. Tecnically it is the newest modified or created date of all items in pecified glob pattern
Scan changes in file structure within the specified directories
Add a description, image, and links to the modified-time topic page so that developers can more easily learn about it.
To associate your repository with the modified-time topic, visit your repo's landing page and select "manage topics."