Darcy Clarke
@darcyclarke.me
@vlt.sh Founder & Chief End-User Officer
Prev: GitHub, npm & Themify Co-Founder
Prev: GitHub, npm & Themify Co-Founder
Let me know if you want to compare notes. I have a few *fun* examples you can use.
October 11, 2025 at 1:25 PM
Let me know if you want to compare notes. I have a few *fun* examples you can use.
I'm very happy we've got one in the @vlt.sh office. Gets a fair bit of use. Most of our designs/drawings all end up looking like toasters for some reason though...
September 21, 2025 at 3:23 PM
I'm very happy we've got one in the @vlt.sh office. Gets a fair bit of use. Most of our designs/drawings all end up looking like toasters for some reason though...
I'm sure the npm maintainers/community wouldn't mind if someone PR'd an expansion of --before to support relative date values &/or the --before-relative config proposed here: github.com/npm/rfcs/iss... I could be wrong though 🤷🏻♂️
[RRFC] expanding behavior of `--before` to support date adjustment and setting via config · Issue #559 · npm/rfcs
Motivation ("The Why") --before is an excellent feature for reliability as being able to run install in a project "as if it were in the past"... it has an additional benefit in that it can be used ...
github.com
September 17, 2025 at 6:50 PM
I'm sure the npm maintainers/community wouldn't mind if someone PR'd an expansion of --before to support relative date values &/or the --before-relative config proposed here: github.com/npm/rfcs/iss... I could be wrong though 🤷🏻♂️
bsky.app/profile/darc...
I'm sure most devs you work with have a bunch of stuff they run when their terminals spin up. Just tell them to add it to their .bashrc/.zshrc
I'm sure most devs you work with have a bunch of stuff they run when their terminals spin up. Just tell them to add it to their .bashrc/.zshrc
Yes (via. `npm config set before=... --location=<global|user|project>`) but not the dynamic/relative date (see screenshot). That said, you can always add the `npm config set` command to your .bashrc/.zshrc file so the config updates every time you start a new terminal session (see second screenshot)
September 17, 2025 at 3:13 AM
bsky.app/profile/darc...
I'm sure most devs you work with have a bunch of stuff they run when their terminals spin up. Just tell them to add it to their .bashrc/.zshrc
I'm sure most devs you work with have a bunch of stuff they run when their terminals spin up. Just tell them to add it to their .bashrc/.zshrc
Not perfect by any measure but if you're stuck with npm for some reason this is a way make this work for you.
September 17, 2025 at 3:09 AM
Not perfect by any measure but if you're stuck with npm for some reason this is a way make this work for you.
Yes (via. `npm config set before=... --location=<global|user|project>`) but not the dynamic/relative date (see screenshot). That said, you can always add the `npm config set` command to your .bashrc/.zshrc file so the config updates every time you start a new terminal session (see second screenshot)
September 17, 2025 at 3:09 AM
Yes (via. `npm config set before=... --location=<global|user|project>`) but not the dynamic/relative date (see screenshot). That said, you can always add the `npm config set` command to your .bashrc/.zshrc file so the config updates every time you start a new terminal session (see second screenshot)