# npm-interactive-scripts **Repository Path**: mirrors_FGRibreau/npm-interactive-scripts ## Basic Information - **Project Name**: npm-interactive-scripts - **Description**: ⚡️Fast Interactive CLI for npm scripts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Interactive script runner for npm - Too many scripts inside your package.json? - Use `npm-scripts` or `ns` CLI for [fuzzy](https://github.com/mattyork/fuzzy) ordered search

## Installation ```bash npm install --global npm-interactive-scripts ``` ## Usage After installing globally with `npm` or `yarn`, run `ns` in your terminal. # Inspiration - [interactive-scripts](https://github.com/hawkins/interactive-scripts/) - [npm-scripts](https://github.com/knownasilya/npm-scripts)