Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update Nx section in monorepos.md #351

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: update Nx section in monorepos.md
  • Loading branch information
edbzn authored Oct 2, 2024
commit 1d311c191e3fd33f5d384b3d15bb8f512cdb21c2
2 changes: 1 addition & 1 deletion docs/main/vs-code-ext/monorepos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The extension supports many flavors of mono-repos and when detecting a monorepo

## Supported Types
The list of supported Monorepo types include:
- **[Nx](https://nx.dev/)** - which is often combined with [Nxext](https://nxext.github.io/nx-extensions-ionic/docs/capacitor/overview.html) for Capacitor support
- **[Nx](https://nx.dev/)** - which is often combined with [Nxext](https://nxext.dev/docs/nxext/overview.html) for Capacitor support
- **[NPM Workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)** - Simple multi project support built into npm.
- **[Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/)** - Multi project support for [Yarn](https://yarnpkg.com/) (an alternative to npm).
- **[Pnpm Workspaces](https://pnpm.io/workspaces)** - Multi project support for [pnpm](https://pnpm.io/) (an alternative to npm).
Expand Down