nativescript-cli
nativescript-cli copied to clipboard
Command-line interface for building NativeScript apps
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...
### Issue Description when i try running `ns ` as an example `ns create patron --js` or any other command of the nativescript cli, i get an error message that...
## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...
This updates the plugin gradle script: * no more android support, use androidx * use java 1.8 (removes warning in the console * koltin, androidx versions through project properties
## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...
The goal is to clean up package management throughout the CLI - this is the first step (and it's WIP) towards that goal. Right now we have 2 services responsible...
### Issue Description When I run "ns run ios" then I'm not able to get live-reload and get the below error. ``` Refreshing application on device 00008020-001D301A1178002E... __onLiveSync call failed...
* copy paste for now. I think most could be refactored in the runtime and cli should include from there * not kotlin, buildtools, … versions are define like in...