NativeScript / NativeScript/nativescript-cli
Copy buid outputs to platforms/output/{android|ios} folder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
It will be good if the tns build outputs by default in platforms/output/{android|ios} folder the corresponding deliverable (apk or ipa). Basically maybe a default option for --copyTo argument so that we won't need to provide it every time in order to be able to easily find the result application which is currently located several folders bellow the root of the application platforms/android/app/build/outputs/apk/release for android.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the tns build command's --copyTo handling and compare the Android and iOS build output paths mentioned in the issue. Done means a build without --copyTo places the corresponding APK or IPA under platforms/output/{android|ios}, while the existing explicit option continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, ios, javascript
- Domain
- cli, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100