npm-run-scripts 1.0.2

Fast interactive TUI for running npm scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "simple-app",
  "version": "1.0.0",
  "description": "A simple app for testing basic nrs functionality",
  "scripts": {
    "dev": "echo Starting dev server...",
    "build": "echo Building project...",
    "test": "echo Running tests...",
    "lint": "echo Linting code...",
    "format": "echo Formatting code..."
  }
}