npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

exercises-db

v1.0.5

Published

899+ fitness exercises in your terminal — search, filter, and export. Offline-ready, multilingual (EN/ES). Alias for exercises-cli.

Readme

🏋️ exercises-cli

License: MIT npm

899+ fitness exercises in your terminal. Search, filter, and export — completely offline, multilingual (EN/ES).

Also available as: exercisedb · exercises-db · fitkit


Quick Start

# No install needed — just run
npx exercises-cli search "bench press"

# Or install globally
npm install -g exercises-cli
exercises search "squat"

Commands

search <query> — Search by name or instructions

exercises search "bench press"
exercises search "curl" --muscle biceps
exercises search "sentadilla" --locale es

list — List exercises with filters

exercises list --muscle chest
exercises list --muscle chest --equipment dumbbell --level beginner
exercises list --category cardio --limit 10
exercises list --force pull --mechanics compound

get <id> — Get exercise details

exercises get "Barbell Bench Press"
exercises get d586b5aa-c2f4-4cb5-8038-d10b03c3b763

muscles — List all muscle groups

exercises muscles
exercises muscles --format json

equipment — List all equipment

exercises equipment
exercises equipment --format csv

categories — List categories

exercises categories

stats — Dataset statistics

exercises stats

export — Export to JSON or CSV

# Export all chest exercises to CSV
exercises export --muscle chest --format csv > chest_exercises.csv

# Export everything as JSON
exercises export --format json > all_exercises.json

# Export beginner dumbbell exercises
exercises export --level beginner --equipment dumbbell --format json

Options

| Flag | Short | Description | Default | |------|-------|-------------|---------| | --locale | -l | Language: en or es | en | | --format | -f | Output: table, json, or csv | table | | --limit | -n | Max results | 20 | | --muscle | -m | Filter by muscle group (fuzzy) | — | | --equipment | -e | Filter by equipment (fuzzy) | — | | --level | -d | Filter by difficulty | — | | --category | -c | Filter by category | — | | --force | | Filter by force type | — | | --mechanics | | Filter by mechanics | — |

Fuzzy Matching

Muscle and equipment filters use substring matching, so you don't need to type exact names:

exercises list --muscle back        # → lower back, middle back, lats
exercises list --equipment bar      # → Barbell, Parallel Bars
exercises list --equipment band     # → Bands, Resistance Band

Dataset

  • 899 exercises with step-by-step instructions
  • 17 muscle groups with primary/secondary/tertiary targeting
  • 36 equipment types
  • 7 categories: strength, cardio, stretching, plyometrics, powerlifting, olympicWeightlifting, strongman
  • 2 locales: English (en) and Spanish (es)

All data is bundled in the package — no internet connection required.

Also Available As

This package is published under multiple names for convenience:

npx exercises-cli search "squat"
npx exercisedb search "squat"
npx exercises-db search "squat"
npx fitkit search "squat"

Related

License

MIT © Kinetic.place