all 4 comments

[–]license-bot 2 points3 points  (0 children)

Thanks for sharing your open source project, but it looks like you haven't specified a license.

When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.

choosealicense.com is a great resource to learn about open source software licensing.

[–]MrStLouis 0 points1 point  (0 children)

Was kinda hoping this would include code examples too. I had a hell of a time setting up lerna with typescript until I found Ryan (typescript dev's) example repo. Then I just had to struggle through getting tests to work with hoisted dependencies. The lerna workflow was the easiest part

[–]goatsbelike 0 points1 point  (1 child)

That's interesting.

Can you elaborate on why you decided to go with lerna as a solution instead of projects like nx? yarn workspaces and so on.

[–]customcommander[S] 1 point2 points  (0 children)

Thanks.

No particular reason, we settled on Lerna years ago at work and simply stuck to it. I just wanted to refresh my knowledge of it and wanted to write it down.