Settings

Theme

Speeding up any and all JavaScript-projects with a single, global makefile

blog.runar.dev

2 points by runar-rkmedia a year ago · 1 comment

Reader

runar-rkmediaOP a year ago

Tips on how to speed up any javascript-project by using a global makefile to speed up calls to the package-managers install-script. Should work with most package-managers.

This also improves the developers experience, as one no longer needs to check whether the project uses npm, yarn, bun or pnpm, as long as it is a javascript-project. It will automatically call the install-script as needed before running the scripts in package.json.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection