poultry

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i poultry

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

5.48 kB

Total Files

5

Last publish

Collaborators

  • abernix