2.0.0 • Published 1 year ago

package-based-sharedd v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Tutorial: Package-based Monorepo

package-based monorepo

Source code for the package-based monorepo tutorial on the Nx docs:

What's inside?

The example contains two simple packages (is-even and is-odd) and demonstrates how to locally link these packages by leveraging npm workspaces.

How to run it

Install all dependencies using npm install. You can then run commands Like

  • npx nx build is-even to run the build for just the is-even package
  • npx nx run-many --target=build to run the build target for all packages in the workspaces
  • you can use npx nx graph to visualize the structure

Learn more

2.0.0

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago