2022-11-28
|~3 min read
|480 words
I’ve been working on nom, a CLI designed to manage a directory of notes. It’s written in Typescript, but I use Babel to handle the code…
2022-11-28
|~1 min read
|189 words
Yesterday, when I was writing about using Node to create ASCII art, there was a detail I overlooked - the number. As a reminder, the…
2022-11-28
|~2 min read
|349 words
In node projects, many times a package will have its own CLI. React, Storybook, Typescript and Gatsby all have their own for example. How do…
2022-11-28
|~4 min read
|693 words
When you have a lot of scripts in your npm package, it can get overwhelming. Recently a colleague introduced a new pattern in one of our…
2022-11-28
|~1 min read
|119 words
One of the challenges of using to monitor changes to a node server and restart is if some changes get cached. I came across rimraf in a…
2022-11-28
|~3 min read
|404 words
I’ve looked up how to customize my Webpack a number of times, so I’m documenting here to serve as a reference and template for future…