Skip to content

Branchmore/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Branchmore CLI

bmor is a command-line tool that collects and reports AI coding assistant usage metrics. It tracks how your team uses AI tools, giving you visibility into adoption and productivity across your organization.

Installation

curl | sh (Linux & macOS)

The quickest way to install. Downloads the latest release, verifies the checksum, and installs the binary to ~/.local/bin (or /usr/local/bin as a fallback).

curl -fsSL https://raw.githubusercontent.com/branchmore/cli/master/install.sh | sh

If ~/.local/bin is not on your PATH, add this to your shell profile (~/.bashrc, ~/.zshrc, etc.):

export PATH="$HOME/.local/bin:$PATH"

Homebrew (macOS & Linux)

Installing via brew install:

brew tap Branchmore/homebrew-tap
brew install bmor

Installing via Brewfile:

Note: bmor is a Homebrew Cask.

If you use a Brewfile, add it as:

cask "bmor"

rather than brew "bmor".

MacOS: troubleshooting "bmor" Not Opened

If MacOS shows a popup with that title and text like Apple could not verify "bmor" is free of malware that may harm your Mac or compromise your privacy", you can follow these instructions on Apple's Mac User Guide:

  1. On your Mac, choose Apple menu > System Settings, then click Privacy & Security in the sidebar. (You may need to scroll down.)

  2. Go to Security, then click Open.

  3. Click Open Anyway.

    3.1. This button is available for about an hour after you try to open the app.

  4. Enter your login password, then click OK.

This warning is expected, because Branchmore is early in our software development lifecycle. We plan to invest more in our Apple Developer processes as our software matures.

npm

Requires Node.js 14 or later. Installs the correct platform binary automatically.

npm install -g @branchmore/cli@rc

Usage

After installation, initialize bmor to generate default settings, setup hooks, authenticate etc.

bmor init

Requirements

  • macOS or Linux (x64 or arm64), Windows x64
  • Node.js ≥ 14 (npm install method only)

About

Branchmore's CLI tool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors