poultry
v0.0.1
Published
A CLI that will be effective at pulling into worktrees
Downloads
5
Readme
Poultry
A CLI that, for now, doesn't do much, but will hopefully be able to easily clone a PR's branch into a Git worktree.
Very much a work in progress.
Development
dev
npm run dev
Runs the CLI application.
You can pass arguments to your application by running npm run dev -- --your-argument
. The extra --
is so that your arguments are passed to your CLI application, and not npm
.
clean
npm run clean
Removes any built code and any built executables.
build
npm run build
Cleans, then builds the TypeScript code.
Your built code will be in the ./dist/
directory.
test
npm run test
Cleans, then builds, and tests the built code.
bundle
npm run bundle
Cleans, then builds, then bundles into native executable binaries for Windows, Mac, and Linux in the ./exec/
directory.