Tools
Tools: Scripts Runner: Manage Your npm Scripts with Style π
2026-01-29
0 views
admin
Introducing Scripts Runner ## Key Features ## Quick Demo ## Why I Built This ## Installation ## Open Source ## Tech Stack Ever found yourself constantly typing npm run dev, npm run build, or scrolling through your package.json to remember script names? I built something to solve that. Scripts Runner is an open-source VS Code extension that brings all your npm scripts into a beautiful, searchable sidebar. No more terminal commandsβjust click and run. π― Visual Interface - All your scripts in one place with intuitive icons
π Instant Search - Find scripts as you type
βΆοΈ One-Click Run - Execute any script with a single click
π¨ Smart Icons - Automatically recognizes script types (dev, build, test, deploy, etc.)
π Auto-Refresh - Updates when you modify package.json That's it. Your scripts run in the integrated terminal instantly. Working with multiple projects daily, I was tired of: So I created a tool that makes this workflow seamless. Or use the Quick Open command (Ctrl+P) and paste: This project is MIT licensed and available on GitLab. Contributions, issues, and feedback are welcome! π GitLab Repository
π VS Code Marketplace Built with TypeScript, VS Code Extension API, and a custom webview for the sidebar interface. If you find this useful, give it a β on GitLab or rate it on the VS Code Marketplace. Your feedback helps improve the extension! What features would you like to see next? Drop a comment below. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse CODE_BLOCK:
ext install abdoseadaa.package-json-scripts-runner Enter fullscreen mode Exit fullscreen mode CODE_BLOCK:
ext install abdoseadaa.package-json-scripts-runner CODE_BLOCK:
ext install abdoseadaa.package-json-scripts-runner - Install the extension
- Open any project with a package.json
- Click the Scripts Runner icon in the sidebar
- Search or click any script to run it - Memorizing script names
- Switching between package.json and terminal
- Typing the same commands repeatedly - Open VS Code
- Press Ctrl+Shift+X (or Cmd+Shift+X on Mac)
- Search for "Scripts Runner"
- Click Install
how-totutorialguidedev.toaimlswitchgit