All Projects → Duroktar → vscode-npm-scripts

Duroktar / vscode-npm-scripts

Licence: MIT license
View and run NPM scripts in the sidebar

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-npm-scripts

ntee
Portable Unix shell command 'tee', with some extras - read from standard input and write to standard output and files
Stars: ✭ 22 (-12%)
Mutual labels:  npm-scripts
Nls
Missing inspector for npm packages.
Stars: ✭ 44 (+76%)
Mutual labels:  npm-scripts
Screenshoteer
Make website screenshots and mobile emulations from the command line.
Stars: ✭ 1,650 (+6500%)
Mutual labels:  npm-scripts
Velociraptor
An alternative to npm scripts for Deno
Stars: ✭ 386 (+1444%)
Mutual labels:  npm-scripts
Npm Script Naming Ideas
Ideas for naming npm scripts
Stars: ✭ 12 (-52%)
Mutual labels:  npm-scripts
Cli Error Notifier
Sends native desktop notifications if CLI apps fail
Stars: ✭ 61 (+144%)
Mutual labels:  npm-scripts
select-run
A CLI tool to interactively search & select one or many package.json npm scripts to run
Stars: ✭ 29 (+16%)
Mutual labels:  npm-scripts
project-structure-sample
Shows how to keep front end and back end separated
Stars: ✭ 91 (+264%)
Mutual labels:  npm-scripts
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-48%)
Mutual labels:  npm-scripts
Nps
NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
Stars: ✭ 1,285 (+5040%)
Mutual labels:  npm-scripts
Npm Run All
A CLI tool to run multiple npm-scripts in parallel or sequential.
Stars: ✭ 4,496 (+17884%)
Mutual labels:  npm-scripts
Better Npm Run
🏃‍♂️ Better NPM scripts runner
Stars: ✭ 635 (+2440%)
Mutual labels:  npm-scripts
Redrun
✨🐌 🐎✨ fastest npm scripts runner
Stars: ✭ 85 (+240%)
Mutual labels:  npm-scripts
beginner-windows-npm-gulp-webdev-tutorial
Beginner guide for users on web development with node.js/npm + gulp terminal commands. You'll learn how to use other terminal commands like git, gulp, bower, yarn, and more!
Stars: ✭ 40 (+60%)
Mutual labels:  npm-scripts
Npm Run
Run locally-installed node module executables.
Stars: ✭ 180 (+620%)
Mutual labels:  npm-scripts
generator-react-web
Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules
Stars: ✭ 35 (+40%)
Mutual labels:  npm-scripts
Awesome Node Utils
some useful npm packages for nodejs itself
Stars: ✭ 51 (+104%)
Mutual labels:  npm-scripts
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+168%)
Mutual labels:  npm-scripts
Examples Electron
Examples for Electron applications.
Stars: ✭ 193 (+672%)
Mutual labels:  npm-scripts
Postinstall Build
Helper for conditionally building your npm package on postinstall
Stars: ✭ 87 (+248%)
Mutual labels:  npm-scripts

NPM Scripts

Downloads Rating

This same functionality is now built in to vscode

Check it out here


Features

Now supports Workspaces!

View and run NPM scripts from the sidebar

Demo

NPM Scripts

Usage

Open the NPM SCRIPTS section in the sidebar to view all scripts in the projects package.json file. Click on one to start it in the console. Each instance gets its own console tab based on the script name, so running multiple scripts at the same time is no problem.

Contributors

  • zachschuster @(github) - Miscellaneous improvements - PR#1
  • frankMazzarella @(github) - Added script command/text to the tooltip of each TreeItem - PR#6

Thanks a ton, everyone!

Configuration

{ ... "npm-scripts.showStartNotification": false // Disables dropdown notification ... }

Development

  • Open this example in VS Code
  • npm install
  • npm run compile
  • F5 to start debugging

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].