All Projects → alexkuz → Script Progress

alexkuz / Script Progress

Licence: mit
Estimate script execution time

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Script Progress

Np
A better `npm publish`
Stars: ✭ 6,401 (+3557.71%)
Mutual labels:  cli, npm, yarn
Ni
💡 Use the right package manager
Stars: ✭ 179 (+2.29%)
Mutual labels:  cli, npm, yarn
Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (+103.43%)
Mutual labels:  cli, npm, yarn
Install Self Peers
Stars: ✭ 26 (-85.14%)
Mutual labels:  cli, npm, yarn
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-92.57%)
Mutual labels:  cli, npm, yarn
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (-58.29%)
Mutual labels:  cli, npm, progress
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-83.43%)
Mutual labels:  cli, npm, yarn
Emma Cli
📦 Terminal assistant to find and install node packages.
Stars: ✭ 1,201 (+586.29%)
Mutual labels:  cli, npm, yarn
Tiny Package Manager
Learn how npm or Yarn v1 works.
Stars: ✭ 125 (-28.57%)
Mutual labels:  npm, yarn
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-26.29%)
Mutual labels:  npm, yarn
Foxy
A fast, reliable, and secure NPM/Yarn bridge for Composer
Stars: ✭ 137 (-21.71%)
Mutual labels:  npm, yarn
Atbmarket
🎉 JUST FOR FUN :: npm package of ATB plastic bag
Stars: ✭ 123 (-29.71%)
Mutual labels:  cli, npm
Create New Cli
Create your own CLI using a series of simple commands.
Stars: ✭ 122 (-30.29%)
Mutual labels:  cli, npm
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-22.86%)
Mutual labels:  cli, npm
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-32%)
Mutual labels:  npm, yarn
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (-18.29%)
Mutual labels:  npm, yarn
Verdaccio
📦🔐 A lightweight Node.js private proxy registry
Stars: ✭ 12,667 (+7138.29%)
Mutual labels:  npm, yarn
Getme
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes
Stars: ✭ 118 (-32.57%)
Mutual labels:  cli, npm
Yerna
A Lerna-like tool for managing Javascript monorepos using Yarn
Stars: ✭ 140 (-20%)
Mutual labels:  npm, yarn
Tbify
使用淘宝镜像运行命令: tbify [nvm|npm|npx|yarn|pnpm|...]
Stars: ✭ 153 (-12.57%)
Mutual labels:  npm, yarn

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].