UNPKG

@kokp520/auto-tagger

Version:

This is a simple tag picker for using with git tags. Cause Doing the project development always tag a new version with develop feature. You can use this script to choose the tag version u want to use.

10 lines (7 loc) 171 B
#!/usr/bin/env node import { run } from '../src/index.js'; // run().catch(console.error); run().catch(err => { console.error("error:", err); process.exit(1); })