openscd / open-scd-core

Apache License 2.0
5 stars 8 forks source link

chore: add documentation generator #39

Closed juancho0202 closed 2 years ago

juancho0202 commented 2 years ago

closes: #6

Flurb commented 2 years ago

isn't yarn basically doing the same as npm? We are using npm in the open-scd project, why are we using yarn here?

juancho0202 commented 2 years ago

@Flurb The approach with open-scd-core is to make it zero-install, meaning each time you checkout one branch you're basically good to go without having to resolve dependencies in your local environment. Ref: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

I believe the additional value of this is that future projects that reference the open-scd-core and happen to use one or more dependencies that we also use (but with a different version) won't have to worry about version conflict resolution.

Sander3003 commented 2 years ago

@ca-d can you look at this after the release?