erisu opened a new pull request, #213: URL: https://github.com/apache/cordova-mobile-spec/pull/213
<!-- Please make sure the checklist boxes are all checked before submitting the PR. The checklist is intended as a quick reference, for complete details please see our Contributor Guidelines: http://cordova.apache.org/contribute/contribute_guidelines.html Thanks! --> ### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> - Create a modern and more user friendly interactive CLI for creating and setting up mobile spec testing app. - Prepare for the removal of the existing `createmobilespec` logic. ### Description <!-- Describe your changes in detail --> - Created in root directory the new interactive CLI tool. - Updated the `README.md` to guide users how to setup the Interactive CLI and remove references of the old `createmobilespec` tool ### Testing <!-- Please describe in detail how you tested your changes. --> Following the new `README.md` guide. 1. Created a Cordova workspace directory. 2. Cloned Apache Cordova repositories. (For minimum testing, use the following below list) - cordova-android - cordova-ios - cordova-plugin-device - cordova-plugin-test-framework - cordova-mobile-spec 3. Checkout this PR branch in `cordova-mobile-spec` 4. Run `npm install` in `cordova-mobile-spec` 5. Run `npm link` in `cordova-mobile-spec` 6. Run `mobilespec` _Note: Step 6 can be executed in any directory. It will create the mobile spec testing app in the Cordova workspace directory which was created in step 1. It will also use the cloned platforms and plugins from the Cordova workspace directory._ ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [ ] I added automated test coverage as appropriate for this change - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`) - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/)) - [x] I've updated the documentation if necessary -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org