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

Idea: nodejs support #8

Open
NikiforovAll opened this issue Aug 9, 2024 · 0 comments
Open

Idea: nodejs support #8

NikiforovAll opened this issue Aug 9, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@NikiforovAll
Copy link
Owner

In a monorepo setup, where multiple projects are managed within a single repository, you can set up dependencies between projects using tools like lerna or npm workspaces.

my-monorepo/
├── lerna.json
├── package.json
└── packages/
    ├── project-a/
    │   ├── package.json
    │   └── index.js
    └── project-b/
        ├── package.json
        └── index.js
@NikiforovAll NikiforovAll added enhancement New feature or request help wanted Extra attention is needed labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant