MCPcopy Index your code
hub / github.com/alexkuz/script-progress

github.com/alexkuz/script-progress @v1.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.3 ↗ · + Follow
4 symbols 9 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

script-progress

A simple tool for heavy NPM/Yarn scripts that run for a long but roughly identical time. It's not intended to be precise but gives you some sense of execution time.

Installation

yarn add script-progress

or

npm i script-progress

Example Usage

Change your build script in package.json:

- "build": "react-scripts build",
+ "build-js": "react-scripts build",
+ "build": "script-progress yarn build-js",

or just

- "build": "react-scripts build",
+ "build": "script-progress react-scripts build",

The script will show a progress bar on the second and subsequent runs.

Core symbols most depended-on inside this repo

getDiff
called by 3
index.js
clear
called by 2
index.js
redraw
called by 2
index.js
median
called by 1
index.js

Shape

Function 4

Languages

TypeScript100%

Modules by API surface

index.js4 symbols

For agents

$ claude mcp add script-progress \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact