Skip to main content
LogoJuan Manuel Allo Ron

Tip: list NPM scripts

By Juan Manuel Allo Ron on May 14, 2020

NPM scripts are super popular these days and they are usually the main way of executing tasks in any JS repo. The challenge is that there is no standard and every project will have different options. In this quick-tip I will show you how to list scripts from the terminal.

To quickly see what scripts are available in a project you can execute npm run. This prints a list of available scripts!

npm run example

If you are using yarn, you can execute yarn run:

yarn run example

Enjoy!!


Catch up with me on X (twitter):@juan_allo

Share

---

Similar Articles

@2025 Juan Manuel Allo Ron. All Rights reserved