citkane / typedoc-plugin-versions

Semantic versioning with select dropdown for Typedoc documentation sets
https://citkane.github.io/typedoc-plugin-versions/
MIT License
4 stars 6 forks source link

Feature suggestion: CLI tool for removing old doc builds #12

Closed toebeann closed 1 year ago

toebeann commented 2 years ago

Summary

At the present time, the method of removing old doc builds is to simply delete the folders. While this isn't difficult, it would be nice to be able to automate the process somewhat. A CLI tool makes the most sense to me as this would allow it to be run either via GitHub workflows or package.json scripts, and is relatively simple to achieve via the package.json bin field.

Details

Suggested command name/aliases

For now will leave this unassigned, but I'm happy to work on this once my current draft PR #10 is completed, at which point I'll assign myself unless someone else wants to volunteer 🙂