New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

print-scripts-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

print-scripts-cli

Tiny CLI tool to print packages.json scripts in a human readable way.

latest
Source
npmnpm
Version
0.25.0
Version published
Maintainers
1
Created
Source

Print Script CLI

Display package.json scripts in a beautiful, color-coded format.

Installation

npm install -g print-script-cli

Usage

Navigate to any project directory and run:

psc

The CLI will automatically find and display all scripts from your package.json.

Example Output

█ dev      → vite
█ build    → tsc && vite build
█ preview  → vite preview
█ test     → vitest

Requirements

  • Node.js (any recent version)
  • A package.json file in your current directory

Features

  • Color-coded, easy-to-read output
  • Fast and lightweight
  • Automatically detects package.json
  • Aligned script names and commands

License

MIT

Keywords

scripts

FAQs

Package last updated on 14 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts