Skip to content

Does deno support monorepo? #9126

Answered by jupegarnica
allangomessl asked this question in Q&A
Discussion options

You must be logged in to vote

The question make no sense. Deno do not have a package concept.

Deno just runs a file (and all its dependencies), a module(file) than can depend on others modules locally or remotelly.

So to have a monorepo with deno code simply put all deno source in a folder.

To sum up: Yes , It works on monorepos :D

Replies: 9 comments 16 replies

Comment options

You must be logged in to vote
4 replies
@puentesdiaz
Comment options

@utamori
Comment options

@puentesdiaz
Comment options

@eric-burel
Comment options

Comment options

You must be logged in to vote
1 reply
@theoparis
Comment options

Comment options

You must be logged in to vote
1 reply
@airtonix
Comment options

Answer selected by allangomessl
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@yinonov
Comment options

@allangomessl
Comment options

@eric-burel
Comment options

Comment options

You must be logged in to vote
4 replies
@allangomessl
Comment options

@eric-burel
Comment options

@airtonix
Comment options

@eric-burel
Comment options

Comment options

You must be logged in to vote
3 replies
@eric-burel
Comment options

@revskill10
Comment options

@jupegarnica
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet