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

Update monorepos.md #353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/main/vs-code-ext/monorepos.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ 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 [nxtend](https://nxtend.dev/docs/capacitor/overview) for Capacitor support
- **[NX](https://nx.dev/)** - which is often combined with [nxext](https://nxext.dev/docs/capacitor/generators.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).
- **[Lerna](https://lerna.js.org/)** - A tool for managing and publishing packages from the same repository.
- **Multiple Folder** - If you keep your projects in sub folders.
- **[VSCode Workspaces](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces)** - If you use VSCodes multi-root workspace file
- **[VSCode Workspaces](https://code.visualstudio.com/docs/editor/workspaces#_multiroot-workspaces)** - If you use VSCodes multi-root workspace file