1.0.5 • Published 5 years ago

script-progress v1.0.5

Weekly downloads
8
License
MIT
Repository
-
Last release
5 years ago

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.

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago