-
Notifications
You must be signed in to change notification settings - Fork 25k
Merge rnpm cli into react-native
#7899
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
Closed
Closed
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
837aff7
[cli] react-native link calls into rnpm
0377a7a
Initial commit
grabbou b82c9b1
Uncomment new-library - note, this changed option to an argument
grabbou ee468a6
Convert to number explicitly
grabbou 0c3429b
Add required flags
grabbou c495804
Use Commander.js style for errors (indent)
grabbou c9f9e5b
Be more explicit about the type
grabbou 5bd9fa5
Rename params
grabbou acb1548
Improve error handling
grabbou a1c7148
Love dat explicit naming
grabbou a523898
Add flow here and there
grabbou 3aa4f82
Add missing parse to flowtype
grabbou 37259d0
Add bundle/unbundle
grabbou 6a74c7a
Simplify binding
grabbou 1882a02
Oops
grabbou b808f57
Simplify binding again
grabbou fe60920
Unbreak tests, @Kureev
grabbou 103d373
Add link/unlink
grabbou 39a73e5
Add install command
grabbou 0b308d9
Merge local-cli config with rnpm's one
23bbd65
Fix flowtype errors (rnpm/ files not found)
5a1e4be
Remove unused config import
21c8fe2
Bring back rnpm plugins
grabbou 7a4a342
Remove last item from arguments which is not argv
grabbou 5ca41f2
Add the last one command - upgrade
grabbou 83263f4
prune to-camel-case :fire:
grabbou 932ff16
Add missing dep
grabbou 7cf8414
Finally fix flow
grabbou 06b08f6
Fix ;; and eslint fixes in rnpm
grabbou bc33ef3
Broken iOS test
e6566f5
Switch to fork temporarily
grabbou 2842834
Fix android/isInstalled test
3843d21
Fix android/applyPatch test
78a043b
Fix makeBuildPatch test
4642b56
Fix android/makeSettingsPatch test
d17fc64
Android tests 12/12
53b58c4
Make Android tests to work
04d88d9
Cleanup legacy tests + start iOS tests migration
37d1754
Finish adjusting tests
fb7f335
Remove unused include inside removeProjectFromProject
2062a00
Get rid of some empty lines in the tests
8013c64
Fix wrong paths for register/unregister
edae545
Fix makeSettingsPatch spec
b889d09
Merge branch 'master' into feat/rnpm-cli-interface
7c14f21
Fix runIOS
ff8209f
Merge in https://github.com/rnpm/rnpm-plugin-link/pull/89
299746f
Support sharedLibraries config
9c46c91
Fix runAndroid
b34e32c
Merge branch 'master' into feat/rnpm-cli-interface
4f1a3c0
Rebase
grabbou f41c3d9
Add logIOS and logAndroid to rnpm-interface
grabbou 918792c
Remove reject,resolve callsg
grabbou 16fdd60
Merge remote-tracking branch 'upstream/master' into feat/rnpm-cli-int…
grabbou 89e9b79
Dont show undocumented commands in help
grabbou 9d307f8
Add example and better output
grabbou c73d632
Add indent
grabbou 2cc5f62
Add warning when unrecognized command is passed
grabbou 09376a3
Extract and make more colors
grabbou a76ce55
Fix unknown command
grabbou 5e13bf0
Merge master
grabbou d9096fd
Bump xcode and unbreak rnpm tests
grabbou a710e13
Turn on core tests
grabbou 4494eed
Fix UX
grabbou 593b221
Fix flow issue
grabbou c28a7b8
Add missing mock-fs dependency for testing only
grabbou e2bc884
Merge branch 'master' into feat/rnpm-cli-interface
grabbou f58099b
Move fixtures around and fix failing jest tests
grabbou a6859e7
Merge branch 'feat/rnpm-cli-interface' of github.com:grabbou/react-na…
grabbou 3f8ed0b
Export dependencies
grabbou 907323e
bring back old file and add a note
grabbou 6df9a56
Just use commander
grabbou db21afb
Merge master and resolve conflicts
grabbou 6c24028
Merge branch 'master' into feat/rnpm-cli-interface
grabbou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the sake of easier merge can you provide a shim for the old interface?
args here changed signature, our internal script expects this one:
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why command line args are comma separated? Shouldn't be
--entry-file /path/SomeAppBundle.js --platform iosetc? Looks like master branch doesn't handle that format eitherUh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When called like this:
the
argsobject is:The names of parameters didn't change at all as far as I am aware.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is an array of keys and values mixed, the way argv does it.
They got just serialised with a comma.
On Thursday, 28 July 2016, Mike Grabowski notifications@github.com wrote: