[conspire] Dependency management: solved
Don Marti
dmarti at zgp.org
Wed Apr 23 17:04:46 PDT 2025
Even for a small software project, it gets to be a pain to keep track of
all the different software libraries required for different
functionality, their differences in calling conventions and function
naming, and worst of all, the dreaded deprecated features.
Problem solved. Released just around the beginning of this month, now
there's one JavaScript package that contains "literally any function
imaginable" -- no more remembering snake_case or camelCase, no more
worrying about putting the arguments in the right order, in fact,
nothing to look up, ever! Just call the function you want to call, the
way you want to call it.
https://www.npmjs.com/package/@andrewtaylor/util-ai
More information about the conspire
mailing list