Skip to content

Latest commit

History

History
36 lines (24 loc) 路 833 Bytes

File metadata and controls

36 lines (24 loc) 路 833 Bytes


branp

About

branp is a a cross platform, general purpose, command line tool developed for hyper-specific use cases in my own workflow. It is not intended to be used by anyone other than myself. That being said, if you find use for it, let me know how it goes.

Install

MacOS and Linux:

curl -fsSL https://raw.githubusercontent.com/BrandonPacewic/branp/mega/scripts/install.sh | sh

Windows:

powershell -ExecutionPolicy ByPass -c "irm https://raw.githubusercontent.com/BrandonPacewic/branp/mega/scripts/install.ps1 | iex"

Usage

Basic usage can be provided by simply running bp in your terminal with no arguments. This will give you a list of all available subcommands.

License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT