UNPKG

@xniva/pivotal-github-cli

Version:

A cli tool for Pivotal Tracker users where branch and pull request can be created from story name with reference to it

6 lines (3 loc) 76 B
#!/usr/bin/env node import main from "../lib/create_pr/index.js"; main();