Dependency management: solved
Don Marti <[email protected]> Wed, 23 Apr 2025 17:04:46 -0700
| Newsgroups | gmane.org.user-groups.linux.cabal |
|---|---|
| Message-ID | <[email protected]> |
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