Scripty is a powerful VSCode extension that streamlines the execution of package.json scripts. It simplifies your development workflow by providing an intuitive dropdown menu to run scripts effortlessly.
- Effortless Execution: Run package.json scripts with a single click, eliminating the need for manual command entry.
- Intuitive Dropdown: Access a user-friendly dropdown menu that lists all your package.json scripts for easy selection.
- Time-Saving: Enhance your productivity by executing scripts directly within the editor.
There are no specific requirements or dependencies for this extension. Simply install it to get started.
Scripty provides convenient keyboard shortcuts to quickly access its functionality:
- Mac: Press
Cmd + Shift + l
- Windows: Press
Ctrl + Shift + l
You can also use the Command Palette to access Scripty's functionality:
- Press
Cmd + Shift + P
(Mac) orCtrl + Shift + P
(Windows/Linux) to open the Command Palette. - Type in "Scripty: Show Scripts" and select the corresponding command from the list.
This will open the Scripty dropdown menu, allowing you to execute package.json scripts with ease.
Initial release of Scripty.
Enjoy!