chore: add vant-cli pacakge
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const commander = require('commander');
|
||||
const changelog = require('./changelog');
|
||||
|
||||
commander
|
||||
.command('changelog <dir>')
|
||||
.option('--tag [tag]', 'Since tag')
|
||||
.action(changelog);
|
||||
|
||||
commander.parse(process.argv);
|
||||
Reference in New Issue
Block a user