Echo JS
- Watching file changes with npm scripts https://mikej.codes/post/watching-file-changes-npm-scripts 8 comments
- Why I Left Gulp and Grunt for npm Scripts https://medium.com/@housecor/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8#.qdrdmbz5s 3 comments
Hacker News
- Why I Left Gulp and Grunt for Npm Scripts https://medium.com/@housecor/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8 72 comments
- RFC: Make NPM install scripts opt-in https://github.com/npm/rfcs/pull/488 72 comments
- NPM-Scripts - View and run your package.json scripts from the sidebar https://marketplace.visualstudio.com/items?itemName=traBpUkciP.vscode-npm-scripts#overview 11 comments node
- npm-run-all: A CLI tool to run multiple npm-scripts in parallel or sequential https://github.com/mysticatea/npm-run-all 3 comments node
- jbang-npm: Java Script in your JavaScript https://www.jbang.dev/learn/jbang-npm/ 3 comments javascript
- jbang-npm: Java Script in your JavaScript https://www.jbang.dev/learn/jbang-npm/ 20 comments java
- PowerShell, NPM Scripts, and Silently Dropped Arguments https://www.lloydatkinson.net/posts/2022/powershell-npm-scripts-and-silently-dropped-arguments/ 2 comments node
- How do you start up project with specific npm scripts in CodeSandbox? https://codesandbox.io/s/62k86e?file=%2Fpackage.json 4 comments webdev
- Unscript: Run npm scripts using automatically shortened script names https://github.com/jacob-shuman/unscript 2 comments javascript
- Babashka 0.4.0 now features a task runner inspired by make, just and npm scripts https://book.babashka.org/#tasks 3 comments clojure
- npm ERR! missing script: start -- But its there https://www.reddit.com/r/angular/comments/l1m6ph/npm_err_missing_script_start_but_its_there/ 9 comments angular
- Makefiles for Frontend - a possible alternative to npm scripts https://medium.com/finn-no/makefiles-for-frontend-1779be46461b 6 comments webdev
- Need feedbacks! I created this starter kit for front-end development with NPM Scripts for building web sites. Please check it out! https://github.com/aymankheiri/ayman-starter-kit 4 comments javascript
- Is there a npm package to control another script? https://pexpect.readthedocs.io/en/stable/index.html 6 comments node
- [show /r/rust] cargo-cmd: Like npm scripts, but for cargo https://github.com/danreeves/cargo-cmd#cargo-cmd 19 comments rust
- npm package for Canary Deployment of your script https://www.npmjs.com/package/browser-script-canary 3 comments typescript
- NPM script: is there a way to run both app server and webpack-dev-server in 1 command? https://www.reddit.com/r/webdev/comments/6nyj7e/npm_script_is_there_a_way_to_run_both_app_server/ 5 comments webdev
- Simple bash script to switch to an NPM user login (profile) to another by using symlinks https://gist.github.com/lmammino/af10ef3b3d0a7d1f4a0404f5fafc0853 5 comments node
- Laanaa! I'm trying to make NPM scripts more user-friendly and self-documenting. https://www.npmjs.com/package/lana-cli 13 comments javascript
- Why I Left Gulp and Grunt for npm Scripts https://medium.freecodecamp.com/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8 26 comments node
- Gulp is an unnecessary abstraction? Not always. (in response to "Why I Left Gulp and Grunt for npm Scripts") http://macr.ae/article/gulp-is-useful.html 9 comments javascript
- Why I Left Gulp and Grunt for npm Scripts. https://medium.com/@housecor/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8?1= 4 comments dotnet
- Why I Left Gulp and Grunt for npm Scripts https://medium.com/@housecor/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8?utm_content=buffer56f1a&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#.vtaziro8n 93 comments javascript
- Scaffold out a node module with ES6+, Babel, tape and npm scripts https://git.io/rise 4 comments node
- In the end, plain npm scripts looks much simpler than grunt or gulp - see this example https://moroccojs.org/tutorials/npm-based-front-end-workflow/?utm_source=nodeweekly&utm_medium=email 24 comments javascript
- ☭ Scaffold out a node module with ES6+, Babel, tape and npm scripts https://github.com/bucaran/generator-rise/blob/master/readme.md 3 comments javascript
- ☭ Scaffold out a node module with ES6+, Babel, tape and npm scripts http://git.io/rise 12 comments node
- Give npm scripts a chance https://blog.cesarandreu.com/posts/give_npm_scripts_a_chance 3 comments node
- Give npm scripts a chance https://blog.cesarandreu.com/posts/give_npm_scripts_a_chance 13 comments javascript
- Cli tool or npm script for removing unused components in a project https://twitter.com/code/status/1749826107094777961 2 comments webdev
- I just released an NPM package of a visual scripting editor https://www.npmjs.com/package/luna-park 25 comments javascript
- The best way to run multiple npm scripts in parallel https://www.swyx.io/parallel-npm-scripts/ 5 comments javascript
- My personal collection of useful npm / yarn scripts for React Native https://gist.github.com/oskarhertzman/70cd21e1c5e45c68f1f213a0af617e8e 2 comments reactnative
- Dum! An npm scripts runner written in Rust https://github.com/egoist/dum 3 comments javascript
- yamlscript, An easy to use NPM package that lets you write and run command line scripts in a YAML format https://www.reddit.com/r/devops/comments/g5kvsn/yamlscript_an_easy_to_use_npm_package_that_lets/ 5 comments devops
- Simple guide to using NPM scripts to run Node-Sass https://medium.com/valtech-design/using-npm-scripts-to-run-node-sass-443b031b02a#.l1uhobv6n 3 comments web_design
- npm 4 (releasing in 2 days) is splitting the “prepublish” script into “prepublishOnly” and “prepare”. Here’s why and what to do http://iamakulov.com/notes/all/npm-4-prepublish/ 6 comments javascript
- How npm install scripts can be weaponized: A real-world example of a harmful npm package https://stacklok.com/blog/how-npm-install-scripts-can-be-weaponized-a-real-life-example-of-a-harmful-npm-package 34 comments programming