Fetches any packages associated with an npm username. π¨
npm i npm-username-to-packagesimport { npmUsernameToPackages } from "npm-username-to-packages";
await npmUsernameToPackages("joshuakgoldberg");
/*
[
{
"name": "ts-api-utils",
...
}
]
*/See the .d.ts TypeScript types for a description of the package data.
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! π¨
Josh Goldberg β¨ π» π π π€ π π§ π π§ π |
Maggie π π» |
π This package was templated with
create-typescript-appusing the Bingo framework.