UNPKG

@typescript-tools/lerna-packages

Version:
28 lines (20 loc) 918 B
# lerna-packages [![License][]](https://opensource.org/licenses/ISC) [![NPM Package][]](https://npmjs.org/package/@typescript-tools/lerna-packages) [![Build Status]](https://github.com/typescript-tools/typescript-tools/actions/workflows/ci.yml) [![semantic-release]](https://github.com/semantic-release/semantic-release) [license]: https://img.shields.io/badge/License-ISC-blue.svg [npm package]: https://img.shields.io/npm/v/@typescript-tools/lerna-packages.svg [build status]: https://github.com/typescript-tools/typescript-tools/actions/workflows/ci.yml/badge.svg [semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg > Discover internal packages ## Install ```shell npm install @typescript-tools/lerna-packages ``` ## API ```typescript export function lernaPackages( findRootFrom?: string, ): TE.TaskEither<PackageDiscoveryError, LernaPackage[]> ```