find-yarn-workspace-root2
TypeScript icon, indicating that this package has built-in type declarations

1.2.49 • Public • Published

find-yarn-workspace-root

Build Status

Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com

Installation

yarn add find-yarn-workspace-root

Usage

const findWorkspaceRoot = require('find-yarn-workspace-root');

const workspaceRoot = findWorkspaceRoot(__dirname); // Absolute path or null

Contributing

Contributions are welcome! Just clone this repository and install the dependencies:

git clone https://github.com/square/find-yarn-workspace-root.git
cd find-yarn-workspace-root
yarn

Note that you'll need node and yarn installed. Next, verify the tests all pass:

yarn test

Then create a branch for your bugfix/feature, make changes and update the tests, and submit a pull request. Please do not change the version in package.json when submitting a pull request. We determine the next version automatically based on the commits since the last release.

NOTE: Commit messages follow the Angular commit message guidelines.

Releases

Releases are handled by Travis CI once a build succeeds on master. To trigger a release, bump the version using standard-version:

$(yarn bin)/standard-version

That should update the CHANGELOG, bump the version in package.json, and create a git tag. Then, just git push && git push --tags.


Copyright 2017 Square, Inc.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i find-yarn-workspace-root2

    Weekly Downloads

    1,591,976

    Version

    1.2.49

    License

    Apache-2.0

    Unpacked Size

    38 kB

    Total Files

    10

    Last publish

    Collaborators

    • bluelovers