Writing on software development and anything else I find interesting.

All of my long-form thoughts on programming, content creation, and more, collected in chronological order.

Filtering by tag: npm

How to run multiple npm scripts in parallel

How to run multiple npm scripts in parallel

In this article I will talk about a problem I ran into recently and a couple of the solutions I found.

Creating your first npm package

Creating your first npm package

How to create your first npm package and publish it.