bananas-cli
v0.1.3
Published
CLI tool that monitors emails, Slack, calendar, and GitHub, sending personalized reports
Maintainers
Readme
bananas
A CLI tool that monitors your GitHub, Slack, email, and calendar, then sends you personalized digests via email or Slack.
Install
npm install -g bananas-cliRequires Node.js 14+.
How it works
This package downloads the right binary for your platform (Windows/macOS/Linux, x64/ARM64) from GitHub releases during install.
Usage
bananas init # Create config file
bananas auth github # Authenticate with GitHub
bananas report # Generate a report
bananas start # Start monitoring
bananas status # Check statusConfiguration
Config file location after bananas init:
- Linux/macOS:
~/.config/bananas/config.yaml - Windows:
%APPDATA%/bananas/config.yaml
Troubleshooting
Other install methods
If npm install fails:
# Using Go
go install github.com/as000010000/Bananas@latest
# Or download manually from GitHub Releases
# https://github.com/as000010000/Bananas/releasesCommand not found
Add npm's bin dir to your PATH:
export PATH="$(npm config get prefix)/bin:$PATH"Development
To work on the NPM package locally:
cd npm
npm install
npm run postinstallLicense
MIT - See LICENSE for details.
