Lusito
Lusito
Thanks for the report. The docs are in the process of being rewritten completely. When I'm done, everything should be working.
Docs have been updated. Now all the original docs have also been incorporated and adjusted accordingly. Let me know if you still have issues.
Hi @pjalsGit I've started writing documentation here: https://lusito.github.io/box2d.ts/docs/ This does not cover everything yet, but in combination with the official documentation of box2d, this should give you an idea on...
Nice read: https://medium.com/@askjkrishna/scaffolding-a-project-using-lerna-and-lerna-changelog-cad6156f6f36 It looks as if the requirement to learn lerna can be moved to a select few people, as it works with yarn workspaces in a way, that...
So, publishing with lerna seems to work nicely. lerna-changelog on the other hand is a lot of work: - You need to mark PRs with labels, so they appear in...
- pnpm: Unless I am reading the documentation wrong, the don't offer anything for publishing workpaces unless you want to publish the root package.json. - npm 7 compared to yarn:...
I've been using nx in some other projects and I was thinking about using it here as well. It makes development a lot easier, as changes from a library can...
What'll still have to be decided is the automatic changelog creation. Maybe this can be done semi-automatic. I've done something similar recently at work.
Solved in new documentation
Sounds good :) I usually use npm as well, but workspaces are not ready in npm, that's why I used yarn. I think npm 7 was released recently, but I...