UNPKG

popular-package

Version:

> Get the popularity stats of packages in a mono repository either internally or on npm for [bolt](https://github.com/boltpkg/bolt) or [lerna](https://github.com/lerna/lerna).

5 lines (4 loc) 129 B
// @flow 'use strict'; exports.internal = require('./lib/commands/internal'); exports.global = require('./lib/commands/global');