-
Notifications
You must be signed in to change notification settings - Fork 99
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
refactor(align-deps): migrate init command #1938
Conversation
@afoxman, @kelset: For reference, this is as close to the final state as it currently gets: https://github.com/tido64/rnx-kit/tree/tido/align-deps/better-unresolved-message/packages/align-deps I realise that some things may look weird and questionable while things are still in a "mixed" state. Even after merging the last changes, I will do another round to make sure everything is throughly cleaned up. Hopefully, everything will make sense by the end of it all. |
Description
Migrates "init" command to the new config schema.
Test plan
Build align-deps:
Initialize a new config:
Inspect the generated config and verify that it corresponds to the old config.
Tests were migrated as well.