Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@studnicky/git-stack

Stacked-PR workflow driver, built on Mnemotek. A thin passthrough to the gh-stack GitHub CLI extension — no reimplementation of stacked-PR logic, no server, no daemon.

Install

npm install @studnicky/git-stack

Requires the gh CLI with the gh-stack extension installed and authenticated.

Command

stack{action: string (required), argumentList?: string[]}

Runs gh stack <action> <...argumentList> and returns the captured stdout as output. action and argumentList are passed through as-is (e.g. create, sync, submit, log) — this package validates nothing about gh-stack's own subcommand semantics.

npx git-stack-tool stack --action create
npx git-stack-tool stack --action sync

License

MIT — see LICENSE.