All Projects → Alek-S → select-run

Alek-S / select-run

Licence: MIT license
A CLI tool to interactively search & select one or many package.json npm scripts to run

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to select-run

npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-55.17%)
Mutual labels:  package-json, npm-scripts
DfmExtractor
Small command line utility which allows you to extract DFM, LFM and FRM forms from executable files compiled by Delphi, Lazarus and CodeTyphon.
Stars: ✭ 22 (-24.14%)
Mutual labels:  commandline
validate-npm-package
Validate a package.json file
Stars: ✭ 35 (+20.69%)
Mutual labels:  package-json
momoapi-python
MTN MoMo API Client Library for Python
Stars: ✭ 37 (+27.59%)
Mutual labels:  commandline
eslint-config-with-prettier
Eslint config with prettier
Stars: ✭ 39 (+34.48%)
Mutual labels:  npm-scripts
generate-package-json-webpack-plugin
Generates a package.json file containing the external modules used by your webpack bundle
Stars: ✭ 59 (+103.45%)
Mutual labels:  package-json
command-line-quick-reference
quick reference on command line tools and techniques for the people with limited time
Stars: ✭ 331 (+1041.38%)
Mutual labels:  commandline
import-cli-simple
This the meta package for Pacemaker Community, a Symfony based CLI application that provides import functionality for products, categories, attributes, and attribute-sets. The default format is CSV, adapters for XML are also available. The application can be declaratively extended by additional operations, which can be used to reassemble and exe…
Stars: ✭ 69 (+137.93%)
Mutual labels:  commandline
console-logging
Better, prettier commandline logging for Python--with colors! 👻
Stars: ✭ 111 (+282.76%)
Mutual labels:  commandline
ufolint
UFO source format linter
Stars: ✭ 23 (-20.69%)
Mutual labels:  commandline
scrift
New generation shell and scripting language for everyone.
Stars: ✭ 46 (+58.62%)
Mutual labels:  commandline
angular-cli-envvars
Example project for my article "Angular CLI and OS Environment Variables"
Stars: ✭ 56 (+93.1%)
Mutual labels:  npm-scripts
include gardener
This is a small C++ based commandline-tool which analyzes include statements in C/C++ code.
Stars: ✭ 66 (+127.59%)
Mutual labels:  commandline
shoulders
💛 Quickly view a list of your dependencies' open issues.
Stars: ✭ 62 (+113.79%)
Mutual labels:  package-json
blaupause
[NOT MAINTAINED] Use https://github.com/netlify-templates/victor-hugo instead
Stars: ✭ 72 (+148.28%)
Mutual labels:  npm-scripts
elive-tools
Set of handy and useful tools by Elive, for specially use in the Elive project
Stars: ✭ 13 (-55.17%)
Mutual labels:  commandline
run
👟 run npm scripts interactively
Stars: ✭ 13 (-55.17%)
Mutual labels:  npm-scripts
note-keeper
📓 A tiny bash tool for taking and organizing notes.
Stars: ✭ 58 (+100%)
Mutual labels:  commandline
Commandline-Games-hacktoberfest
A repository to share command line games. An opportunity to start and learn about open source code contributions flow.
Stars: ✭ 16 (-44.83%)
Mutual labels:  commandline
ansiart2utf8
Processes legacy BBS-style ANSI art (ACiDDraw, PabloDraw, etc.) to UTF-8. Escape codes and line endings are processed for terminal friendliness.
Stars: ✭ 32 (+10.34%)
Mutual labels:  commandline

💻🏃‍♂️ select-run

npm version

A CLI tool to interactively select one or many package.json npm scripts to run.

example

Purpose

If you have multiple linters, formatters or tests scripts that you want to run together with limited typing. Alternatively if you want to run server in dev or watch mode but don't remember the exact command, can just use fuzzy search to quickly find and run it.

Installation

npm i -g select-run

Usage

Once installed globally, run select-run from same directory that package.json is located.

Use arrow keys to navigate up and down the list and <space> to select a script. Likewise start typing anytime to filter list down in a real-time search. When all desired script have been selected, press <return> to submit selections and begin running the scripts.

Inspired by hawkins/interactive-scripts

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].