Yargs 10 released, argument parsing for JavaScript

wow, I just noticed it’s been over a year since I wrote about a release of
yargs. I’m excited about yargs@10 and I hope you’ll find it’s been worth
the wait. Read more

Similar

Casual Parsing in JavaScript

Over the last year and a half I've gotten really into writing parsers and parser-adjacent things like interpreters, transpilers, etc. I've done most of these projects in JavaScript, and I've settled into a nice little pattern that I re-use across projects... (more…)

Read more »

Making a modern JavaScript library in 2020

Recently, I was assigned a task of creating a new JS library to replace the obsolete one that's been released for almost 8 years. This is a quite intruiging task because I'm also permitted to try everything new to make this project much more robust. (more…)

Read more »