eowino / corre

Run your npm-scripts from "anywhere"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version

corre ๐Ÿƒ๐Ÿพโ€โ™‚๏ธ

Corre

What

A simple tool that runs your npm scripts.

Usage

corre

Installation

This CLI requires Node 8.10.0 or higher.

npm install -g corre

or simply

npx corre

HOW

  1. Looks for package.json in the current directory
    • Walks a maximum of 10 directories up until it finds package.json. Exits if not found.
  2. Provides a keyboard navigable list of scripts to run
  3. Choose a script and press the Enter key
  4. Done ๐ŸŽ‰

Corre

About

Run your npm-scripts from "anywhere"


Languages

Language:JavaScript 77.1%Language:TypeScript 22.9%