UNPKG

package-versioner

Version:

A lightweight yet powerful CLI tool for automated semantic versioning based on Git history and conventional commits.

8 lines (6 loc) 133 B
#!/usr/bin/env node /** * Main execution function for package-versioner */ declare function run(): Promise<void>; export { run };