yarn-knit
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

yarn-knit

Intelligently build workspace dependencies.

knit dependencies

Build workspace dependencies for the current package

Example:

{
  "scripts": {
    "start": "knit dependencies && react-scripts start"
  },
  "devDependencies": {
    "yarn-knit": "*"
  }
}

knit workspace

Build workspace dependencies for the entire workspace

Example:

{
  "private": true,
  "workspaces": ["packages/*"],
  "scripts": {
    "build": "knit workspace"
  },
  "devDependencies": {
    "yarn-knit": "*"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i yarn-knit

Weekly Downloads

8

Version

0.2.0

License

MIT

Unpacked Size

8.32 kB

Total Files

10

Last publish

Collaborators

  • timhall