@monorepo-utils/package-utils
TypeScript icon, indicating that this package has built-in type declarations

2.10.4 • Public • Published

@monorepo-utils/package-utils

Package utility for monorepo.

Install

Install with npm:

npm install @monorepo-utils/package-utils

Usage

getPackages(rootDirectory: string): PackageResult[]

export interface PackageResult {
    // path to package's directory
    location: string;
    // package.json content
    packageJSON: any;
}
export declare const getPackages: (rootDirectory: string) => PackageResult[];

Changelog

See Releases page.

Running tests

yarn test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

Thanks to azz/get-monorepo-packages: Get a list of packages from a monorepo

Readme

Keywords

Package Sidebar

Install

npm i @monorepo-utils/package-utils

Weekly Downloads

39,843

Version

2.10.4

License

MIT

Unpacked Size

14.8 kB

Total Files

11

Last publish

Collaborators

  • azu