Package utility for monorepo.
Install with npm:
npm install @monorepo-utils/package-utils
export interface PackageResult {
// path to package's directory
location: string;
// package.json content
packageJSON: any;
}
export declare const getPackages: (rootDirectory: string) => PackageResult[];See Releases page.
yarn test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT © azu
Thanks to azz/get-monorepo-packages: Get a list of packages from a monorepo