@artginzburg/npmstalk

1.4.0 • Public • Published

Usage

As a terminal utility

npx @artginzburg/npmstalk username

Output example: { total: 1247, packages: { somename: 515, anotherpackage: 732 } }

As a package

npm i @artginzburg/npmstalk

import getMaintainerDownloads from '@artginzburg/npmstalk`

async function doSomething() {
  // some code
  const usernameDownloads = await getMaintainerDownloads('username')

  console.log(`Hey, username has ${usernameDownloads.total} downloads already!`)
  // ...
}
// ...
doSomething() // Hey, username has 615 downloads already!

Prerequisites

  • Node.JS

Development

For manual testing:

npm start username

For automated testing (not so automated, currently), and using process.env.USER as the username:

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @artginzburg/npmstalk

Weekly Downloads

11

Version

1.4.0

License

ISC

Unpacked Size

5.38 kB

Total Files

8

Last publish

Collaborators

  • artginzburg