val-town / add-last-updated

Add lastUpdated to Astro Starlight frontmatter based on git information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@valtown/add-last-updated

Another Markdown-related single-tasker script, provided for folks who have the same problem or want another example of how to use vfile and that ecosystem.

If you:

Then you probably have incorrect lastUpdated dates, because there isn't the git history to provide them. So you'll need to use lastUpdated in frontmatter.

This tool helps you make the transition.

Example usage:

Assuming you are in your Astro Starlight docs directory, run:

npx @valtown/add-last-updated src/content

About

Add lastUpdated to Astro Starlight frontmatter based on git information


Languages

Language:JavaScript 100.0%