Skip to content

JoshuaKGoldberg/npm-username-to-packages

Repository files navigation

npm-username-to-packages

Fetches any packages associated with an npm username. 📨

👪 All Contributors: 1 🤝 Code of Conduct: Kept 🧪 Coverage 📝 License: MIT 📦 npm version 💪 TypeScript: Strict

Usage

npm i npm-username-to-packages
import { 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.

Contributors

Josh Goldberg ✨
Josh Goldberg ✨

💻 🖋 📖 🤔 🚇 🚧 📆 🔧 🐛

💙 This package was templated with create-typescript-app.