get-monorepo-packages
Get a list of packages from a monorepo
Last updated 7 years ago by azz .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install get-monorepo-packages 
SYNC missed versions from official npm registry.

get-monorepo-packages

Travis Prettier npm semantic-release License

Get a list of packages from a monorepo. Supports:

Install

npm install --save get-monorepo-packages

Usage

import getPackages from 'get-monorepo-packages';
getPackages('/path/to/root');

Returns an array of objects containing:

  • location - The relative path to the package.
  • package - The package.json file for the package.

Current Tags

  • 1.2.0                                ...           latest (7 years ago)

4 Versions

  • 1.2.0                                ...           7 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 4
Dependencies (2)
Dev Dependencies (7)

Copyright 2013 - present © cnpmjs.org | Home |