Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 3.24 KB

README.md

File metadata and controls

62 lines (49 loc) · 3.24 KB

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.